mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-21 10:49:23 +00:00
Moved /WX flag in the .pro files into a win32 block
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#-------------------------------------------------
|
||||
|
||||
QT -= core gui
|
||||
QMAKE_CXXFLAGS += /WX
|
||||
DEFINES += PWE_CORE
|
||||
|
||||
CONFIG += staticlib
|
||||
@@ -15,6 +14,7 @@ DEFINES += GLEW_STATIC
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
QMAKE_CXXFLAGS += /WX
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user