summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-08-06 17:41:52 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2012-08-10 15:25:48 +0200
commit530479981b97f77194abf9828e19f625aa5e2361 (patch)
tree0fbb24eabe77f5cd878c9b3a7570182be8f7a183 /src/src.pro
parent052d09471f14e4febf80c9d4bfd0d0d46ebd4f2e (diff)
downloadqtquickcontrols-530479981b97f77194abf9828e19f625aa5e2361.tar.gz
Restructure: components/ -> imports/QtDesktop/
Makes it possible to pass the local imports tree to qmlscene: $ qmlscene -I imports/ examples/Gallery.qml Later on, auto tests can run against the local imports tree instead of having to depend on the install step. Change-Id: I1874a5862e8c54463473843befd09097e8563e9c Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 67094582..867abd2f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -6,7 +6,7 @@ QT += widgets
TARGET = styleplugin
-DESTDIR = ../components/plugin
+DESTDIR = ../imports/QtDesktop/plugin
OBJECTS_DIR = obj
MOC_DIR = moc