summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKulakov Kirill <kulakov@cs.karelia.ru>2012-04-16 02:29:38 -0700
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2012-04-16 02:29:38 -0700
commitb96e92a936b3fba8622bc721861ec7cbfd3fdb02 (patch)
treee49866703f677eadfe24d7ab0020f375c76c5501
parent3d3f439a15f496eeabb1cb51ebca5d4ea6e50779 (diff)
downloadqtquickcontrols-b96e92a936b3fba8622bc721861ec7cbfd3fdb02.tar.gz
Configurable destination path
Merge-request: 20 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-rw-r--r--components/components.pro2
-rw-r--r--src/src.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/components.pro b/components/components.pro
index a761830d..51423a90 100644
--- a/components/components.pro
+++ b/components/components.pro
@@ -4,7 +4,7 @@ TARGETPATH = QtDesktop
symbian {
INSTALL_IMPORTS = /resource/qt/imports
} else {
- INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
+ isEmpty(INSTALL_IMPORTS):INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
}
QML_FILES = \
diff --git a/src/src.pro b/src/src.pro
index 81282487..33acc586 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -53,7 +53,7 @@ TARGETPATH = QtDesktop/plugin
symbian {
INSTALL_IMPORTS = /resource/qt/imports
} else {
- INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
+ isEmpty(INSTALL_IMPORTS):INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
}
target.path = $$INSTALL_IMPORTS/$$TARGETPATH