summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-12-28 10:51:15 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-01-03 09:47:04 +0000
commitb3906e597fbb1aef2b8a57398cd171a85a642122 (patch)
treebcd2189b2e1df455fb04afcec2329fe1cac166dd /.qmake.conf
parent308f05aa0e79e5252deb900fbb967903d14d97e3 (diff)
Build fix for windows
Change-Id: Idafeabf1b1e38413dfea01238aebd1c4e8b84bf5 Reviewed-by: Wolfgang Bremer <wolfgang.bremer@pelagicore.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 5b85deb4..6f2adc68 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -9,4 +9,4 @@ QMAKEFEATURES=$$SOURCE_DIR/qmake-features
# Load the am-coverage feature in every pro file
# This makes sure we compile everything with coverage data
# when the coverage target gets executed
-CONFIG += am-coverage
+!win32: CONFIG += am-coverage