summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/windows.prf
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2016-01-06 13:01:22 +0100
committerOliver Wolff <oliver.wolff@theqtcompany.com>2016-01-06 13:47:40 +0000
commit6060ffff88fd4345aa5e89b6e3d761704379ad4e (patch)
tree9500b260b109cc78a2993ecad32abe7176f4cf3b /mkspecs/features/win32/windows.prf
parent6e823d283286aab15592f9fde11720c10447c4c5 (diff)
Fixed recently added "excess colon in front of brace" qmake warning
Change-Id: I3a650bb4e27cad00f639e6445c36fa8b69edb5b9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/win32/windows.prf')
-rw-r--r--mkspecs/features/win32/windows.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/win32/windows.prf b/mkspecs/features/win32/windows.prf
index 6ea9756f9a..986067fc8c 100644
--- a/mkspecs/features/win32/windows.prf
+++ b/mkspecs/features/win32/windows.prf
@@ -5,7 +5,7 @@ contains(TEMPLATE, ".*app") {
mingw:DEFINES += QT_NEEDS_QMAIN
qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) {
- isEqual(entryLib, -lqtmain): {
+ isEqual(entryLib, -lqtmain) {
!contains(QMAKE_DEFAULT_LIBDIRS, $$QT.core.libs): \
QMAKE_LIBS += -L$$QT.core.libs
CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}d