aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-31 10:18:57 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-31 16:10:10 +0100
commit4b736ac6bd882d0d09ecb0de31faa03b089fe2dc (patch)
tree5d7c67514273b32ac9fca6f28b286f818ad176f9 /src/plugins
parent4e417fb5bc368c3e19f7a9df52ef36b60cff3d22 (diff)
remove more Qt4 legacy from project files
This amends commit 7c82e9f3. Change-Id: Ie01db1f28856fa16edee67aaf033c7150ecb197c Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/plugins.pri5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/plugins.pri b/src/plugins/plugins.pri
index a348d52fd..3775c601a 100644
--- a/src/plugins/plugins.pri
+++ b/src/plugins/plugins.pri
@@ -1,10 +1,7 @@
!isEmpty(QBS_PLUGINS_BUILD_DIR) {
destdirPrefix = $${QBS_PLUGINS_BUILD_DIR}
} else {
- greaterThan(QT_MAJOR_VERSION, 4): \
- destdirPrefix = $$shadowed($$PWD)/../../lib
- else: \
- destdirPrefix = ../../../../lib # Note: Will break if pri file is included from some other place
+ destdirPrefix = $$shadowed($$PWD)/../../lib
}
DESTDIR = $${destdirPrefix}/qbs/plugins
TEMPLATE = lib