Add no-vld and no-plugin qmake flags

This commit is contained in:
Stefan Hacker 2010-11-09 23:01:08 +01:00
parent 907c41fbfe
commit ca23daf003
2 changed files with 12 additions and 4 deletions

View File

@ -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"
}
}
}

View File

@ -17,7 +17,12 @@ CONFIG *= ordered debug_and_release
!CONFIG(no-11x) {
SUBDIRS *= src/mumble11x
}
SUBDIRS *= src/mumble plugins
SUBDIRS *= src/mumble
!CONFIG(no-plugins) {
SUBDIRS *= plugins
}
win32 {
SUBDIRS *= overlay