moved gui into main subfolder #4168
|
@ -95,7 +95,7 @@ HEADERS += src/MainWindow.h \
|
||||||
src/LoginResult.h
|
src/LoginResult.h
|
||||||
RESOURCES += res/Synergy.qrc
|
RESOURCES += res/Synergy.qrc
|
||||||
RC_FILE = res/win/Synergy.rc
|
RC_FILE = res/win/Synergy.rc
|
||||||
macx {
|
macx {
|
||||||
HEADERS += src/AXDatabaseCleaner.h
|
HEADERS += src/AXDatabaseCleaner.h
|
||||||
OBJECTIVE_SOURCES += src/AXDatabaseCleaner.mm
|
OBJECTIVE_SOURCES += src/AXDatabaseCleaner.mm
|
||||||
QMAKE_INFO_PLIST = res/mac/Info.plist
|
QMAKE_INFO_PLIST = res/mac/Info.plist
|
||||||
|
@ -106,21 +106,21 @@ macx {
|
||||||
LIBS += $$MACX_LIBS
|
LIBS += $$MACX_LIBS
|
||||||
}
|
}
|
||||||
unix:!macx:LIBS += -ldns_sd
|
unix:!macx:LIBS += -ldns_sd
|
||||||
debug {
|
win32 {
|
||||||
|
Debug:DESTDIR = ../../../bin/Debug
|
||||||
|
Release:DESTDIR = ../../../bin/Release
|
||||||
|
LIBS += -L"../../../ext/bonjour/x64" \
|
||||||
|
-ldnssd
|
||||||
|
INCLUDEPATH += "$(BONJOUR_SDK_HOME)/Include"
|
||||||
|
}
|
||||||
|
else:DESTDIR = ../../../bin
|
||||||
|
debug {
|
||||||
OBJECTS_DIR = tmp/debug
|
OBJECTS_DIR = tmp/debug
|
||||||
MOC_DIR = tmp/debug
|
MOC_DIR = tmp/debug
|
||||||
RCC_DIR = tmp/debug
|
RCC_DIR = tmp/debug
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
OBJECTS_DIR = tmp/release
|
OBJECTS_DIR = tmp/release
|
||||||
MOC_DIR = tmp/release
|
MOC_DIR = tmp/release
|
||||||
RCC_DIR = tmp/release
|
RCC_DIR = tmp/release
|
||||||
}
|
}
|
||||||
win32 {
|
|
||||||
Debug:DESTDIR = ../../bin/Debug
|
|
||||||
Release:DESTDIR = ../../bin/Release
|
|
||||||
LIBS += -L"../../ext/bonjour/x64" \
|
|
||||||
-ldnssd
|
|
||||||
INCLUDEPATH += "$(BONJOUR_SDK_HOME)/Include"
|
|
||||||
}
|
|
||||||
else:DESTDIR = ../../bin
|
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 281 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |