18 lines
290 B
Prolog
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
|