diff options
author | axis <qt-info@nokia.com> | 2010-06-29 12:07:01 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 12:14:36 (GMT) |
commit | 2de30dafb76388b4e9ea5b8d6ea385d81da7ea37 (patch) | |
tree | 71aff75bc6765bd4c954cb8b8021fbdbc4bb474c /examples/declarative/cppextensions/imageprovider | |
parent | b6687616708d953df52c84d4e9bc06196a75c553 (diff) | |
download | Qt-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/declarative/cppextensions/imageprovider')
-rw-r--r-- | examples/declarative/cppextensions/imageprovider/imageprovider.pro | 2 |
1 files changed, 1 insertions, 1 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 } |