Files
core/Fb2File/test/test.pro
Oleg Korshul f06d02bac2 Refactoring
2020-07-05 17:59:45 +03:00

20 lines
336 B
Prolog

QT -= core
QT -= gui
TARGET = test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
DEFINES += FB2FILE_USE_DYNAMIC_LIBRARY
SOURCES += main.cpp
CORE_ROOT_DIR = $$PWD/../../../core
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
ADD_DEPENDENCY(kernel, Fb2File)
DESTDIR = $$PWD/build/$$CORE_BUILDS_PLATFORM_PREFIX