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

18 lines
290 B
Prolog

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