mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
#5389 Support for building GUI with VS2015
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
1bb1b21f77
commit
6c58913899
@@ -134,11 +134,18 @@ release {
|
||||
MOC_DIR = tmp/release
|
||||
RCC_DIR = tmp/release
|
||||
}
|
||||
win32 {
|
||||
win32-g++ {
|
||||
Debug:DESTDIR = ../../bin/Debug
|
||||
Release:DESTDIR = ../../bin/Release
|
||||
LIBS += -L"../../ext/bonjour/x64" \
|
||||
-ldnssd
|
||||
INCLUDEPATH += "$(BONJOUR_SDK_HOME)/Include"
|
||||
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/"
|
||||
}
|
||||
else:DESTDIR = ../../bin
|
||||
|
||||
Reference in New Issue
Block a user