aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qlcplus/files/patch-variables.pri
blob: a7564e2f87fb93df49a4d9d4c1081ba86109f69a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- fix build by removing -Werror

--- variables.pri.orig	2023-06-30 07:40:55 UTC
+++ variables.pri
@@ -16,8 +16,8 @@ qmlui:  APPVERSION = 5.0.0 Beta 3
 #############################################################################
 
 # Treat all compiler warnings as errors
-QMAKE_CXXFLAGS += -Werror
-unix:QMAKE_CFLAGS += -Werror
+#QMAKE_CXXFLAGS += -Werror
+#unix:QMAKE_CFLAGS += -Werror
 
 CONFIG         += warn_on