4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-10 08:29:43 +00:00
2018-10-24 23:56:56 +03:00

24 lines
491 B
Plaintext

#
# Copyright (C) 2018 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
!isEmpty(QUASARAPP_LIB):error("QuasarLib.pri already included")
QUASARAPP_LIB = 1
#DEPENDS
CONFIG(release, debug|release): {
LIBS += -L"$$PWD/build/release" -lQuasarApp
} else {
LIBS += -L"$$PWD/build/debug" -lQuasarApp
}
INCLUDEPATH += "$$PWD/"