MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

scribble.pro Example File

widgets/scribble/scribble.pro
 HEADERS       = mainwindow.h \
                 scribblearea.h
 SOURCES       = main.cpp \
                 mainwindow.cpp \
                 scribblearea.cpp

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/scribble
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS scribble.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/scribble
 INSTALLS += target sources

 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)