diff options
Diffstat (limited to 'demos/shared/shared.pro')
-rw-r--r-- | demos/shared/shared.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/shared/shared.pro b/demos/shared/shared.pro index cabce25..de29857 100644 --- a/demos/shared/shared.pro +++ b/demos/shared/shared.pro @@ -29,5 +29,10 @@ target.path = $$[QT_INSTALL_DEMOS]/shared sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.pri images sources.path = $$[QT_INSTALL_DEMOS]/shared INSTALLS += sources + !cross_compile:INSTALLS += target +symbian { + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + TARGET.UID3 = 0xA000A63C +} |