QtMobility Reference Documentation

todo.pro Example File

todo/todo.pro
 TEMPLATE = app
 TARGET = todo
 include(../mobility_examples.pri)
 DEPENDPATH += .
 CONFIG += mobility
 MOBILITY = organizer

 HEADERS += todoeditor.h \
            window.h

 SOURCES += window.cpp \
            todoeditor.cpp \
            main.cpp

 INCLUDEPATH += . \
     ../../include \
     ../../src/organizer/ \
     ../../src/organizer/items \
     ../../src/organizer/details \
     ../../src/organizer/filters \
     ../../src/organizer/requests \
     ../../src/global
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.