Skip to content

Commit

Permalink
Moved to using a feature profile instead of direct inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
axis committed Apr 27, 2011
1 parent 885735d commit 715b025
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion demos/declarative/minehunt/minehunt.pro
Expand Up @@ -16,7 +16,7 @@ INSTALLS = sources target
symbian:{
TARGET.EPOCALLOWDLLDATA = 1
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
qmlminehuntfiles.files = MinehuntCore minehunt.qml
DEPLOYMENT += qmlminehuntfiles
}
Expand Down
2 changes: 1 addition & 1 deletion demos/embedded/qmlcalculator/qmlcalculator.pro
Expand Up @@ -6,7 +6,7 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmlcalculator_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
LIBS += -lcone -leikcore -lavkon # Screen orientation
}
2 changes: 1 addition & 1 deletion demos/embedded/qmlclocks/qmlclocks.pro
Expand Up @@ -6,7 +6,7 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmlclocks_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
LIBS += -lcone -leikcore -lavkon # Screen orientation
}
2 changes: 1 addition & 1 deletion demos/embedded/qmldialcontrol/qmldialcontrol.pro
Expand Up @@ -6,6 +6,6 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmldialcontrol_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
2 changes: 1 addition & 1 deletion demos/embedded/qmleasing/qmleasing.pro
Expand Up @@ -6,6 +6,6 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmleasing_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
2 changes: 1 addition & 1 deletion demos/embedded/qmlflickr/qmlflickr.pro
Expand Up @@ -6,7 +6,7 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.CAPABILITY = NetworkServices
# Maximum heap size set to 128 MB in order to allow loading large images.
TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
Expand Down
2 changes: 1 addition & 1 deletion demos/embedded/qmlphotoviewer/qmlphotoviewer.pro
Expand Up @@ -6,7 +6,7 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmlphotoviewer_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
2 changes: 1 addition & 1 deletion demos/embedded/qmltwitter/qmltwitter.pro
Expand Up @@ -6,7 +6,7 @@ include($$PWD/deployment.pri)

symbian {
TARGET.UID3 = 0x$$qmltwitter_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
Expand Up @@ -19,7 +19,7 @@ ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarati
INSTALLS = sources ImageProviderCore_sources target

symbian:{
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
TARGET.EPOCALLOWDLLDATA = 1

importFiles.files = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir
Expand Down
2 changes: 1 addition & 1 deletion examples/declarative/cppextensions/plugins/plugins.pro
Expand Up @@ -24,6 +24,6 @@ target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins/com/nok
INSTALLS += qdeclarativesources sources target

symbian {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
TARGET.EPOCALLOWDLLDATA = 1
}
2 changes: 1 addition & 1 deletion examples/declarative/cppextensions/qwidgets/qwidgets.pro
Expand Up @@ -14,7 +14,7 @@ target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins
INSTALLS += sources target

symbian:{
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
TARGET.EPOCALLOWDLLDATA = 1

importFiles.files = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
Expand Down
Expand Up @@ -15,6 +15,6 @@ SOURCES += piechart.cpp \
chartsplugin.cpp

symbian {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
CONFIG += qt_example
TARGET.EPOCALLOWDLLDATA = 1
}
2 changes: 1 addition & 1 deletion tools/qmlviewer/qmlviewer.pro
Expand Up @@ -34,7 +34,7 @@ maemo5 {
}
symbian {
TARGET.UID3 = 0x20021317
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
CONFIG += qt_demo
TARGET.EPOCHEAPSIZE = 0x20000 0x4000000
TARGET.CAPABILITY = NetworkServices ReadUserData

Expand Down

0 comments on commit 715b025

Please sign in to comment.