mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-09 08:03:43 +00:00
Moved /WX flag in the .pro files into a win32 block
This commit is contained in:
parent
097ab23687
commit
31dec78050
@ -5,7 +5,6 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT -= core gui
|
QT -= core gui
|
||||||
QMAKE_CXXFLAGS += /WX
|
|
||||||
DEFINES += PWE_COMMON
|
DEFINES += PWE_COMMON
|
||||||
|
|
||||||
CONFIG += staticlib
|
CONFIG += staticlib
|
||||||
@ -14,6 +13,7 @@ DESTDIR = $$BUILD_DIR/Common
|
|||||||
|
|
||||||
unix {
|
unix {
|
||||||
target.path = /usr/lib
|
target.path = /usr/lib
|
||||||
|
QMAKE_CXXFLAGS += /WX
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT -= core gui
|
QT -= core gui
|
||||||
QMAKE_CXXFLAGS += /WX
|
|
||||||
DEFINES += PWE_CORE
|
DEFINES += PWE_CORE
|
||||||
|
|
||||||
CONFIG += staticlib
|
CONFIG += staticlib
|
||||||
@ -15,6 +14,7 @@ DEFINES += GLEW_STATIC
|
|||||||
|
|
||||||
unix {
|
unix {
|
||||||
target.path = /usr/lib
|
target.path = /usr/lib
|
||||||
|
QMAKE_CXXFLAGS += /WX
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += core gui opengl widgets
|
QT += core gui opengl widgets
|
||||||
QMAKE_CXXFLAGS += /WX
|
|
||||||
DEFINES += PWE_EDITOR
|
DEFINES += PWE_EDITOR
|
||||||
RESOURCES += Icons.qrc
|
RESOURCES += Icons.qrc
|
||||||
|
|
||||||
win32: {
|
win32: {
|
||||||
|
QMAKE_CXXFLAGS += /WX
|
||||||
RC_ICONS += icons/AppIcon.ico
|
RC_ICONS += icons/AppIcon.ico
|
||||||
QT += winextras
|
QT += winextras
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT -= core gui
|
QT -= core gui
|
||||||
QMAKE_CXXFLAGS += /WX
|
|
||||||
DEFINES += PWE_MATH
|
DEFINES += PWE_MATH
|
||||||
|
|
||||||
CONFIG += staticlib
|
CONFIG += staticlib
|
||||||
@ -14,6 +13,7 @@ DESTDIR = $$BUILD_DIR/Math
|
|||||||
|
|
||||||
unix {
|
unix {
|
||||||
target.path = /usr/lib
|
target.path = /usr/lib
|
||||||
|
QMAKE_CXXFLAGS += /WX
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user