mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Add no-vld and no-plugin qmake flags
This commit is contained in:
parent
907c41fbfe
commit
ca23daf003
@ -69,9 +69,12 @@ win32 {
|
||||
QMAKE_LFLAGS *= /OPT:REF /OPT:ICF
|
||||
}
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
INCLUDEPATH *= "$$VLD_PATH/include"
|
||||
QMAKE_LIBDIR *= "$$VLD_PATH/lib"
|
||||
!CONFIG(no-vld) {
|
||||
CONFIG(debug, debug|release) {
|
||||
DEFINES *= USE_VLD
|
||||
INCLUDEPATH *= "$$VLD_PATH/include"
|
||||
QMAKE_LIBDIR *= "$$VLD_PATH/lib"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user