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