diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-23 08:20:54 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-23 08:20:54 (GMT) |
commit | 19ee05c994af7d0c55ec9e4a44e7e485eafc8c66 (patch) | |
tree | 9d5af8bde1a0b6a726603ba64a1879e88501f4f7 /demos | |
parent | 3a9ca8ba50a63e564c15023f65cbac36d365d309 (diff) | |
download | Qt-19ee05c994af7d0c55ec9e4a44e7e485eafc8c66.zip Qt-19ee05c994af7d0c55ec9e4a44e7e485eafc8c66.tar.gz Qt-19ee05c994af7d0c55ec9e4a44e7e485eafc8c66.tar.bz2 |
Updated UIDs for spectrum demo
Resolving UID clash with other example apps
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'demos')
-rw-r--r-- | demos/spectrum/3rdparty/fftreal/fftreal.pro | 2 | ||||
-rw-r--r-- | demos/spectrum/app/app.pro | 2 | ||||
-rw-r--r-- | demos/spectrum/spectrum.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/spectrum/3rdparty/fftreal/fftreal.pro b/demos/spectrum/3rdparty/fftreal/fftreal.pro index 8d9f46e..6801b42 100644 --- a/demos/spectrum/3rdparty/fftreal/fftreal.pro +++ b/demos/spectrum/3rdparty/fftreal/fftreal.pro @@ -29,7 +29,7 @@ DEFINES += FFTREAL_LIBRARY symbian { # Provide unique ID for the generated binary, required by Symbian OS - TARGET.UID3 = 0xA000E3FB + TARGET.UID3 = 0xA000E403 TARGET.CAPABILITY = UserEnvironment } else { macx { diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro index db9a144..22ee3b1 100644 --- a/demos/spectrum/app/app.pro +++ b/demos/spectrum/app/app.pro @@ -48,7 +48,7 @@ symbian { TARGET.CAPABILITY = UserEnvironment # Provide unique ID for the generated binary, required by Symbian OS - TARGET.UID3 = 0xA000E3FA + TARGET.UID3 = 0xA000E402 } diff --git a/demos/spectrum/spectrum.pro b/demos/spectrum/spectrum.pro index a8f09de..12bdec1 100644 --- a/demos/spectrum/spectrum.pro +++ b/demos/spectrum/spectrum.pro @@ -21,7 +21,7 @@ symbian { include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) # UID for the SIS file - TARGET.UID3 = 0xA000E3FA + TARGET.UID3 = 0xA000E402 } sources.files = README.txt spectrum.pri spectrum.pro TODO.txt |