QuasarAppLib/QuasarLib.pri

18 lines
445 B
Plaintext
Raw Normal View History

2018-08-11 18:09:56 +03:00
#
# 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
2018-09-30 12:51:26 +03:00
TMP_DESTDIR=$$DESTDIR
include(deploy.pri)
2018-08-11 18:09:56 +03:00
#DEPENDS
2018-09-30 12:51:26 +03:00
LIBS += -L"$$DESTDIR" -lQuasarApp
DESTDIR=$$TMP_DESTDIR
2018-08-11 18:09:56 +03:00
INCLUDEPATH += "$$PWD/"