blob: 590495c2d3263b35cef6883e9edc56f2f3102464 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- twmnd/twmnd.pro.orig 2020-04-19 16:05:55 UTC
+++ twmnd/twmnd.pro
@@ -10,7 +10,7 @@ TARGET = twmnd
TEMPLATE = app
CONFIG += debug
DESTDIR = ../bin/
-QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long
+QMAKE_CXXFLAGS += -Wall -pedantic -Wno-long-long
target.path+=/usr/local/bin
INSTALLS += target
|