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/qmleasing | |
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/qmleasing')
-rw-r--r-- | demos/embedded/qmleasing/deployment.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/qmleasing/deployment.pri b/demos/embedded/qmleasing/deployment.pri index bc37348..47192e6 100644 --- a/demos/embedded/qmleasing/deployment.pri +++ b/demos/embedded/qmleasing/deployment.pri @@ -1,7 +1,7 @@ qmleasing_src = $$PWD/../../../examples/declarative/animation/easing symbian { qmleasing_uid3 = A000E3FE - qmleasing_files.path = ../$$qmleasing_uid3 + qmleasing_files.path = $$APP_PRIVATE_DIR_BASE/$$qmleasing_uid3 } qmleasing_files.sources = $$qmleasing_src/easing.qml DEPLOYMENT += qmleasing_files |