diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-03 10:52:51 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-03 10:52:51 (GMT) |
commit | 9f85fc8847d178af0e9e9039d80cd017d1c9324b (patch) | |
tree | ecc0845f01557b3fcf1707fed603eccdb149d4f3 /examples/uitools | |
parent | 73a57bed78909a16e94bd563648752c2705800e7 (diff) | |
download | Qt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.zip Qt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.tar.gz Qt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.tar.bz2 |
Added missing TARGET.UID3 definitions to various components.
Every non-test binary built for Symbian needs explicitly assigned UID3,
so added TARGET.UID3 for components that were missing it.
Reviewed-by: Janne Anttila
Diffstat (limited to 'examples/uitools')
-rw-r--r-- | examples/uitools/multipleinheritance/multipleinheritance.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro index e8f59fb..b401c05 100644 --- a/examples/uitools/multipleinheritance/multipleinheritance.pro +++ b/examples/uitools/multipleinheritance/multipleinheritance.pro @@ -10,4 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/uitools/multipleinheritance INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian { + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + TARGET.UID3 = 0xA000D7C1 +}
\ No newline at end of file |