MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

grouped.pro Example File

declarative/cppextensions/referenceexamples/grouped/grouped.pro
 TEMPLATE = app
 TARGET = grouped
 DEPENDPATH += .
 INCLUDEPATH += .
 QT += declarative

 # Input
 SOURCES += main.cpp \
            person.cpp \
            birthdayparty.cpp
 HEADERS += person.h \
            birthdayparty.h
 RESOURCES += grouped.qrc
 target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/grouped
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS grouped.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/grouped
 INSTALLS += target sources