diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-01-18 15:40:56 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-01-19 14:37:48 (GMT) |
commit | 375387c529c47211a06e09c5a24d9dbf12bf426b (patch) | |
tree | faa18dd58af641eed60e9c1ca1526af3a21ed4c1 /src/plugins/graphicssystems | |
parent | 5f3e708d56fd17ca87de152a90e32b72d348c946 (diff) | |
download | Qt-375387c529c47211a06e09c5a24d9dbf12bf426b.zip Qt-375387c529c47211a06e09c5a24d9dbf12bf426b.tar.gz Qt-375387c529c47211a06e09c5a24d9dbf12bf426b.tar.bz2 |
Fix symbian building to always have a pre-determined uid3
For all Qt libs we use hardcoded uid3s, so these plugins should have
them too.
Diffstat (limited to 'src/plugins/graphicssystems')
-rw-r--r-- | src/plugins/graphicssystems/trace/trace.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/trace/trace.pro b/src/plugins/graphicssystems/trace/trace.pro index d548a6c..07472e2 100644 --- a/src/plugins/graphicssystems/trace/trace.pro +++ b/src/plugins/graphicssystems/trace/trace.pro @@ -4,6 +4,7 @@ include(../../qpluginbase.pri) QT += network QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems +symbian:TARGET.UID3 = 0x2002130E SOURCES = main.cpp qgraphicssystem_trace.cpp |