summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-03-08 14:58:27 (GMT)
committerTobias Hunger <tobias.hunger@nokia.com>2010-03-08 17:26:59 (GMT)
commit5f0912e71b6f10c2987eccbc62ea36ab5928f9b8 (patch)
treea9921a54bfbef1779d0519b48e4e65e45e64a107 /src/imports/webkit
parent1f46c72e313f1e223e7abb81dea48f4f5f68ebf7 (diff)
downloadQt-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')
-rw-r--r--src/imports/webkit/webkit.pro4
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