4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-04 13:39:42 +00:00

Merge pull request from QuasarApp/v1_1

fix build for windows
This commit is contained in:
Andrei Yankovich 2019-06-14 12:23:10 +03:00 committed by GitHub
commit 1ddda3fdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,11 +14,11 @@ CONFIG(release, debug|release): {
} else {
QUASARAPP_LIB_OUTPUT_DIR="$$PWD/build/debug"
}
contains(QMAKE_HOST.os, Linux):{
LIBS += -L$$QUASARAPP_LIB_OUTPUT_DIR -lQuasarApp
} else {
LIBS += -L$$QUASARAPP_LIB_OUTPUT_DIR -lQuasarApp1
}
unix:LIBS += -L$$QUASARAPP_LIB_OUTPUT_DIR -lQuasarApp
win32:LIBS += -L$$QUASARAPP_LIB_OUTPUT_DIR -lQuasarApp1
INCLUDEPATH += "$$PWD/"