Files
core/Common/3dParty/hyphen/hyphen_test/test.pro
2023-10-12 22:46:23 +03:00

19 lines
308 B
Prolog

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