Moved to using a feature profile instead of direct inclusion.

This commit is contained in:
axis
2011-04-27 12:05:43 +02:00
parent 60941c2741
commit d41e0c05c4
7 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ INSTALLS += sources images
# Deployment
symbian {
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
!contains(DEFINES, DISABLE_FFT) {
# Include FFTReal DLL in the SIS file

View File

@@ -16,7 +16,7 @@ TARGET = spectrum
symbian {
# Create a 'make sis' rule which can be run from the top-level
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
# UID for the SIS file
TARGET.UID3 = 0xA000E402

View File

@@ -13,5 +13,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7BE
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
}

View File

@@ -13,5 +13,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7BF
TARGET.CAPABILITY += UserEnvironment
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
}

View File

@@ -12,5 +12,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7C0
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
}

View File

@@ -17,5 +17,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7C2
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
}

View File

@@ -21,5 +21,5 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000D7C3
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
}