CQtDeployer/UnitTests/UnitTests.pro

34 lines
665 B
Prolog
Raw Normal View History

2019-01-26 15:34:39 +03:00
#
# Copyright (C) 2018-2019 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.
#
QT += testlib
QT -= gui
CONFIG(release, debug|release): {
DESTDIR="$$PWD/build/release"
} else {
DESTDIR="$$PWD/build/debug"
}
include('$$PWD/../QuasarAppLib/QuasarLib.pri')
include('$$PWD/../Deploy/Deploy.pri')
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
2019-03-19 21:50:05 +03:00
SOURCES += tst_deploytest.cpp \
libcreator.cpp
2019-01-26 22:27:36 +03:00
RESOURCES += \
res.qrc
2019-03-19 21:50:05 +03:00
HEADERS += \
libcreator.h