version 1.1.5

This commit is contained in:
Andrei Yankovich 2019-04-06 23:57:02 +03:00
parent ae7b85f4b1
commit a984e8d6d0
2 changed files with 7 additions and 4 deletions

View File

@ -7,6 +7,7 @@
#
QT -= gui
CONFIG += c++17
TARGET = QuasarApp
TEMPLATE = lib
@ -53,5 +54,5 @@ DISTFILES += \
RESOURCES += \
res.qrc
VERSION = 1.1.4
VERSION = 1.1.5

View File

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