#5389 Output GUI binary to release folder on Windows
This commit is contained in:
parent
485469b5cd
commit
cf1e5239cb
|
@ -135,17 +135,17 @@ release {
|
|||
RCC_DIR = tmp/release
|
||||
}
|
||||
win32-g++ {
|
||||
Debug:DESTDIR = ../../bin/Debug
|
||||
Release:DESTDIR = ../../bin/Release
|
||||
LIBS += -L"../../ext/bonjour/x64" -ldnssd
|
||||
INCLUDEPATH += "$$(BONJOUR_SDK_HOME)/Include/"
|
||||
}
|
||||
win32-msvc2015 {
|
||||
Debug:DESTDIR = ../../bin/Debug
|
||||
Release:DESTDIR = ../../bin/Release
|
||||
LIBS += -L"$$(BONJOUR_SDK_HOME)/Lib/x64" -ldnssd
|
||||
LIBS += -lAdvapi32
|
||||
QMAKE_LFLAGS += /NODEFAULTLIB:LIBCMT
|
||||
INCLUDEPATH += "$$(BONJOUR_SDK_HOME)/Include/"
|
||||
}
|
||||
win32 {
|
||||
Debug:DESTDIR = ../../bin/Debug
|
||||
Release:DESTDIR = ../../bin/Release
|
||||
}
|
||||
else:DESTDIR = ../../bin
|
||||
|
|
Loading…
Reference in New Issue