aboutsummaryrefslogtreecommitdiffstats
path: root/usagestatistic.pro
diff options
context:
space:
mode:
Diffstat (limited to 'usagestatistic.pro')
-rw-r--r--usagestatistic.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/usagestatistic.pro b/usagestatistic.pro
index 33d3596..73526c3 100644
--- a/usagestatistic.pro
+++ b/usagestatistic.pro
@@ -5,7 +5,8 @@ KUSERFEEDBACK_INSTALL_PATH = "$${OUT_PWD}/kuserfeedback"
INCLUDEPATH *= "$$shell_path($${KUSERFEEDBACK_INSTALL_PATH}/include)" "$${PWD}"
CONFIG += c++1z
-QMAKE_CXXFLAGS *= -Wall -Wextra -pedantic
+QMAKE_CXXFLAGS *= -Wall
+!msvc:QMAKE_CXXFLAGS *= -Wextra -pedantic
DEFINES += $$shell_quote(USP_AUTH_KEY=\"$$(USP_AUTH_KEY)\")
DEFINES += $$shell_quote(USP_SERVER_URL=\"$$(USP_SERVER_URL)\")