Files
core/PdfWriter/test/test.pro
2022-02-21 12:08:49 +03:00

20 lines
352 B
Prolog

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