diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
commit | 715b0251af3fd29bf54ad7387b3b80d65e07d23e (patch) | |
tree | 5dfeeaa54fa07c97504fe6ee91d98cf0a57980d1 /examples/declarative/cppextensions | |
parent | 885735d011472bcfbb96e688d9e64553d7fe9d4b (diff) | |
download | qtdeclarative-715b0251af3fd29bf54ad7387b3b80d65e07d23e.tar.gz |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/declarative/cppextensions')
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/cppextensions/imageprovider/imageprovider.pro b/examples/declarative/cppextensions/imageprovider/imageprovider.pro index ad35fc9495..034ef2f2eb 100644 --- a/examples/declarative/cppextensions/imageprovider/imageprovider.pro +++ b/examples/declarative/cppextensions/imageprovider/imageprovider.pro @@ -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 diff --git a/examples/declarative/cppextensions/plugins/plugins.pro b/examples/declarative/cppextensions/plugins/plugins.pro index c82c5eef4a..6d774abfdb 100644 --- a/examples/declarative/cppextensions/plugins/plugins.pro +++ b/examples/declarative/cppextensions/plugins/plugins.pro @@ -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 } diff --git a/examples/declarative/cppextensions/qwidgets/qwidgets.pro b/examples/declarative/cppextensions/qwidgets/qwidgets.pro index 2302946a53..2c74c05bb4 100644 --- a/examples/declarative/cppextensions/qwidgets/qwidgets.pro +++ b/examples/declarative/cppextensions/qwidgets/qwidgets.pro @@ -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 |