diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 11:58:26 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 11:58:26 (GMT) |
commit | c7ddb3e5801118fb23a42272c16c660ba3bdb570 (patch) | |
tree | 081510dc72e59f4d041ff2d918466870550415fa /examples/widgets | |
parent | 5d66ca1218360d910294e817a339b728deb17479 (diff) | |
download | Qt-c7ddb3e5801118fb23a42272c16c660ba3bdb570.zip Qt-c7ddb3e5801118fb23a42272c16c660ba3bdb570.tar.gz Qt-c7ddb3e5801118fb23a42272c16c660ba3bdb570.tar.bz2 |
Added proper UID
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/softkeys/softkeys.pro | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.pro b/examples/widgets/softkeys/softkeys.pro index 4cb8672..9a0feea 100644 --- a/examples/widgets/softkeys/softkeys.pro +++ b/examples/widgets/softkeys/softkeys.pro @@ -1,4 +1,14 @@ HEADERS = softkeys.h SOURCES += \ main.cpp \ - softkeys.cpp
\ No newline at end of file + 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 |