summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets/widgets.pro
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/widgets/widgets.pro
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/widgets/widgets.pro')
-rw-r--r--src/imports/widgets/widgets.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/widgets/widgets.pro b/src/imports/widgets/widgets.pro
index b98be59..02223d7 100644
--- a/src/imports/widgets/widgets.pro
+++ b/src/imports/widgets/widgets.pro
@@ -1,5 +1,5 @@
TARGET = widgets
-TARGETPATH = $$[QT_INSTALL_IMPORTS]/Qt/widgets
+TARGETPATH = Qt/widgets
include(../qimportbase.pri)
QT += declarative
@@ -17,6 +17,6 @@ target.path = $$TARGETPATH
# install qmldir file
qmldir.files += qmldir
-qmldir.path = $$TARGETPATH
+qmldir.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir