summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-05-16 10:33:42 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-05-16 08:53:49 +0000
commita42d3f2ac4b910ecc910ff144191cb729a745c9a (patch)
treedaf47ece9b384a589ee89bcd3a97fa0fe76f3408
parent36e7b1925e2ff2df167280eb3592b99697a1234d (diff)
Fix logic for choosing static or dynamic libclang linkagev5.11.0-rc2v5.11.0
Amends commit 36e7b1925e2ff2df167280eb3592b99697a1234d. Task-number: QTBUG-68178 Change-Id: Ie2f9ac98740b7cef325426da2efff469382444e7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--mkspecs/features/qt_find_clang.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_find_clang.prf b/mkspecs/features/qt_find_clang.prf
index 9c8de4589..583cf0e26 100644
--- a/mkspecs/features/qt_find_clang.prf
+++ b/mkspecs/features/qt_find_clang.prf
@@ -93,7 +93,7 @@ for(_, $$list(_)) { # just a way to break easily
!contains(QMAKE_DEFAULT_LIBDIRS, $$CLANG_LIBDIR): CLANG_LIBS = -L$${CLANG_LIBDIR}
- !isEmpty(QDOC_USE_STATIC_LIBCLANG) {
+ isEmpty(QDOC_USE_STATIC_LIBCLANG) {
equals(QMAKE_HOST.os, Windows): \
CLANG_LIBS += -llibclang -ladvapi32 -lshell32
else: \