mirror of https://github.com/EspoTek/Labrador.git
Quick edit 2/4
This commit is contained in:
parent
37c3356f2e
commit
95b5c570c6
|
@ -98,10 +98,12 @@ win32{
|
|||
message("Building for Windows (x86)")
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/build_win/libusbk/bin/lib/x86/ -llibusbK
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/build_win/libusbk/bin/lib/x86/ -llibusbK
|
||||
DEFINES += "WINDOWS_32_BIT"
|
||||
} else {
|
||||
message("Building for Windows (x64)")
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/build_win/libusbk/bin/lib/amd64/ -llibusbK
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/build_win/libusbk/bin/lib/amd64/ -llibusbK
|
||||
DEFINES += "WINDOWS_64_BIT"
|
||||
}
|
||||
INCLUDEPATH += $$PWD/build_win/libusbk/includes
|
||||
DEPENDPATH += $$PWD/build/win/libusbk/includes
|
||||
|
|
Loading…
Reference in New Issue