Moved to using a feature profile instead of direct inclusion.
This commit is contained in:
@@ -82,7 +82,7 @@ INSTALLS += sources images
|
|||||||
# Deployment
|
# Deployment
|
||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
CONFIG += qt_demo
|
||||||
|
|
||||||
!contains(DEFINES, DISABLE_FFT) {
|
!contains(DEFINES, DISABLE_FFT) {
|
||||||
# Include FFTReal DLL in the SIS file
|
# Include FFTReal DLL in the SIS file
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ TARGET = spectrum
|
|||||||
symbian {
|
symbian {
|
||||||
# Create a 'make sis' rule which can be run from the top-level
|
# 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
|
# UID for the SIS file
|
||||||
TARGET.UID3 = 0xA000E402
|
TARGET.UID3 = 0xA000E402
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ INSTALLS += target sources
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000D7BE
|
TARGET.UID3 = 0xA000D7BE
|
||||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
CONFIG += qt_example
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ INSTALLS += target sources
|
|||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000D7BF
|
TARGET.UID3 = 0xA000D7BF
|
||||||
TARGET.CAPABILITY += UserEnvironment
|
TARGET.CAPABILITY += UserEnvironment
|
||||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
CONFIG += qt_example
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ INSTALLS += target sources
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000D7C0
|
TARGET.UID3 = 0xA000D7C0
|
||||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
CONFIG += qt_example
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ INSTALLS += target sources
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000D7C2
|
TARGET.UID3 = 0xA000D7C2
|
||||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
CONFIG += qt_example
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ INSTALLS += target sources
|
|||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
TARGET.UID3 = 0xA000D7C3
|
TARGET.UID3 = 0xA000D7C3
|
||||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
CONFIG += qt_example
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user