mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-27 02:04:39 +00:00
version 1.1.5
This commit is contained in:
parent
ae7b85f4b1
commit
a984e8d6d0
@ -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
|
||||
|
||||
|
@ -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/"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user