summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/idcidl.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/idcidl.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/idcidl.prf')
-rw-r--r--mkspecs/features/win32/idcidl.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/win32/idcidl.prf b/mkspecs/features/win32/idcidl.prf
index a688b3ff41..fba7173e79 100644
--- a/mkspecs/features/win32/idcidl.prf
+++ b/mkspecs/features/win32/idcidl.prf
@@ -1,4 +1,4 @@
-build_pass:console: {
+build_pass:console {
warning("QAxServer applications cannot be console applications.")
warning("Remove 'console' from your CONFIG.")
}