summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-06-02 15:37:16 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-03 04:27:49 +0000
commit71cc35c8e39908ece3025c6fcfe3da3fb306a34d (patch)
tree15098a35a6f7fbef111148107a0e871b41dfee28 /qtbase.pro
parent21674735ccd029c17dc8b36211e9b5bc3595ba34 (diff)
Avoid qtbase/bin/bin artifact when running make install
Fix regression introduced in commit 63660402d. exists() also returns true for a directory ... Change-Id: I2b4fff00b18eeba53e959306ab33c3bef3795987 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtbase.pro b/qtbase.pro
index 51e8fb8760..24d0f5287b 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -49,7 +49,7 @@ INSTALLS += qmake
#licheck
licheck.path = $$[QT_HOST_BINS]
licheck.files = $$PWD/bin/$$QT_LICHECK
-exists($$licheck.files): INSTALLS += licheck
+!isEmpty(QT_LICHECK): INSTALLS += licheck
#syncqt
syncqt.path = $$[QT_HOST_BINS]