4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-04 21:49:42 +00:00
2018-09-30 17:34:57 +03:00

33 lines
719 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
TMP_DESTDIR=$$DESTDIR
include(deploy.pri)
#DEPENDS
LIBS += -L"$$DESTDIR" -lQuasarApp
CONFIG(release, debug|release) {
copydata.commands += $(QMAKE_DEL_FILE) $$DESTDIR/* & $(COPY_DIR) $$DESTDIR/* $$TMP_DESTDIR
first.depends = $(first) copydata
export(first.depends)
export(copydata.commands)
QMAKE_EXTRA_TARGETS += first copydata
}
DESTDIR=$$TMP_DESTDIR
INCLUDEPATH += "$$PWD/"