diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2010-03-08 14:58:27 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2010-03-08 17:26:59 (GMT) |
commit | 5f0912e71b6f10c2987eccbc62ea36ab5928f9b8 (patch) | |
tree | a9921a54bfbef1779d0519b48e4e65e45e64a107 /src/imports/webkit/webkit.pro | |
parent | 1f46c72e313f1e223e7abb81dea48f4f5f68ebf7 (diff) | |
download | Qt-5f0912e71b6f10c2987eccbc62ea36ab5928f9b8.zip Qt-5f0912e71b6f10c2987eccbc62ea36ab5928f9b8.tar.gz Qt-5f0912e71b6f10c2987eccbc62ea36ab5928f9b8.tar.bz2 |
Always copy the qmldir files into the build directory
... even when -prefix is set
Diffstat (limited to 'src/imports/webkit/webkit.pro')
-rw-r--r-- | src/imports/webkit/webkit.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/webkit/webkit.pro b/src/imports/webkit/webkit.pro index 76b46f1..fdc12cc 100644 --- a/src/imports/webkit/webkit.pro +++ b/src/imports/webkit/webkit.pro @@ -1,5 +1,5 @@ TARGET = webkitqmlplugin -TARGETPATH = $$[QT_INSTALL_IMPORTS]/org/webkit +TARGETPATH = org/webkit include(../qimportbase.pri) QT += webkit declarative @@ -14,6 +14,6 @@ QTDIR_build:DESTDIR = $$TARGETPATH target.path = $$TARGETPATH qmldir.files += $$QT_BUILD_TREE/imports/org/webkit/qmldir -qmldir.path += $$TARGETPATH +qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH INSTALLS += target qmldir |