#5389 Output GUI binary to release folder on Windows

This commit is contained in:
Jerry (Xinyu Hou) 2016-06-24 15:17:20 +01:00
parent 485469b5cd
commit cf1e5239cb
1 changed files with 4 additions and 4 deletions

View File

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