diff options
Diffstat (limited to 'examples/widgets/softkeys/softkeys.pro')
-rw-r--r-- | examples/widgets/softkeys/softkeys.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/softkeys/softkeys.pro b/examples/widgets/softkeys/softkeys.pro new file mode 100644 index 0000000..9a0feea --- /dev/null +++ b/examples/widgets/softkeys/softkeys.pro @@ -0,0 +1,14 @@ +HEADERS = softkeys.h +SOURCES += \ + main.cpp \ + softkeys.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/softkeys +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS softkeys.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/softkeys +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) + +symbian:TARGET.UID3 = 0xA000CF6B |