mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 21:37:34 +08:00
18 lines
337 B
Prolog
18 lines
337 B
Prolog
TEMPLATE = app
|
|
CONFIG += console c++11
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
TARGET = test
|
|
|
|
SOURCES += main.cpp
|
|
|
|
CORE_ROOT_DIR = $$PWD/../../../../core
|
|
PWD_ROOT_DIR = $$PWD
|
|
include($$PWD/../../../Common/base.pri)
|
|
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
|
|
|
|
ADD_DEPENDENCY(kernel, graphics, UnicodeConverter)
|
|
|
|
DESTDIR = $$PWD/build
|