summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-29 12:07:01 (GMT)
committeraxis <qt-info@nokia.com>2010-06-29 12:14:36 (GMT)
commit2de30dafb76388b4e9ea5b8d6ea385d81da7ea37 (patch)
tree71aff75bc6765bd4c954cb8b8021fbdbc4bb474c /examples
parentb6687616708d953df52c84d4e9bc06196a75c553 (diff)
downloadQt-2de30dafb76388b4e9ea5b8d6ea385d81da7ea37.zip
Qt-2de30dafb76388b4e9ea5b8d6ea385d81da7ea37.tar.gz
Qt-2de30dafb76388b4e9ea5b8d6ea385d81da7ea37.tar.bz2
Fixed deployment paths for the symbian/linux-armcc mkspec.
Paths to executables matter on that build system, unlike on Raptor. RevBy: Trust me
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/cppextensions/imageprovider/imageprovider.pro2
-rw-r--r--examples/declarative/cppextensions/qwidgets/qwidgets.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/cppextensions/imageprovider/imageprovider.pro b/examples/declarative/cppextensions/imageprovider/imageprovider.pro
index c7e7843..7149986 100644
--- a/examples/declarative/cppextensions/imageprovider/imageprovider.pro
+++ b/examples/declarative/cppextensions/imageprovider/imageprovider.pro
@@ -22,7 +22,7 @@ symbian:{
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
TARGET.EPOCALLOWDLLDATA = 1
- importFiles.sources = qmlimageproviderplugin.dll ImageProviderCore/qmldir
+ importFiles.sources = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir
importFiles.path = ImageProviderCore
DEPLOYMENT = importFiles
}
diff --git a/examples/declarative/cppextensions/qwidgets/qwidgets.pro b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
index 3ec7d29..2e610f9 100644
--- a/examples/declarative/cppextensions/qwidgets/qwidgets.pro
+++ b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
@@ -17,7 +17,7 @@ symbian:{
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
TARGET.EPOCALLOWDLLDATA = 1
- importFiles.sources = qmlqwidgetsplugin.dll QWidgets/qmldir
+ importFiles.sources = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
importFiles.path = QWidgets
DEPLOYMENT = importFiles