diff options
author | axis <qt-info@nokia.com> | 2010-06-29 12:01:17 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 12:14:22 (GMT) |
commit | b6687616708d953df52c84d4e9bc06196a75c553 (patch) | |
tree | 0273bcaac0971996625ac1f463b4e4d5b005fb95 /demos/embedded/qmltwitter | |
parent | 48dfb5bab110f8cfa5e3a9d5a68f328728099318 (diff) | |
download | Qt-b6687616708d953df52c84d4e9bc06196a75c553.zip Qt-b6687616708d953df52c84d4e9bc06196a75c553.tar.gz Qt-b6687616708d953df52c84d4e9bc06196a75c553.tar.bz2 |
Fixed a relative path problem in qml demos.
qmake doesn't handle the relative path very well.
RevBy: Alessandro Portale
Diffstat (limited to 'demos/embedded/qmltwitter')
-rw-r--r-- | demos/embedded/qmltwitter/deployment.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/qmltwitter/deployment.pri b/demos/embedded/qmltwitter/deployment.pri index 34c8cd1..40c53ad 100644 --- a/demos/embedded/qmltwitter/deployment.pri +++ b/demos/embedded/qmltwitter/deployment.pri @@ -1,7 +1,7 @@ qmltwitter_src = $$PWD/../../declarative/twitter symbian { qmltwitter_uid3 = A000E401 - qmltwitter_files.path = ../$$qmltwitter_uid3 + qmltwitter_files.path = $$APP_PRIVATE_DIR_BASE/$$qmltwitter_uid3 } qmltwitter_files.sources = $$qmltwitter_src/twitter.qml $$qmltwitter_src/TwitterCore DEPLOYMENT += qmltwitter_files |