summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-06-03 16:39:19 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-04 11:23:24 +0200
commitbe18e0488b5c867a4c63f21a2fa8dd842219f354 (patch)
treeb9d12d901beb7dc03c82a7208e6ca6061acc644f /installerfw.pri
parentab51bb6410ed28ea5efad72414aaf9f4777df1c1 (diff)
Remove superfluous Qt4 code.
Change-Id: I0bd609dec191fdf65fb2370cd68291e87ae62750 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri14
1 files changed, 1 insertions, 13 deletions
diff --git a/installerfw.pri b/installerfw.pri
index 75577d330..7cfd38faf 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -95,24 +95,12 @@ macx:LIBS += -framework Carbon -framework Security
#
-# Use same static/shared configuration as Qt
-#
# Qt 5 sets QT_CONFIG
-# Qt 4 / Windows sets CONFIG
-# Qt 4 / Unix sets neither QT_CONFIG nor CONFIG
+# Use same static/shared configuration as Qt
#
-
!contains(CONFIG, static|shared) {
contains(QT_CONFIG, static): CONFIG += static
contains(QT_CONFIG, shared): CONFIG += shared
-
- !contains(CONFIG, static|shared) {
- exists($$[QT_INSTALL_LIBS]/libQtCore.a)|exists($$[QT_INSTALL_LIBS]/libQtCore_debug.a) {
- CONFIG += static
- } else {
- CONFIG += shared
- }
- }
}
QT += uitools core-private