Files
core/PdfFile/test/test.pro
Svetlana Kulikova ad4ba02895 For bug 65310
2024-06-14 11:16:08 +03:00

21 lines
431 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/googletest/googletest.pri)
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
ADD_DEPENDENCY(UnicodeConverter, kernel, graphics, PdfFile, ooxmlsignature, DjVuFile)
SOURCES += test.cpp
DESTDIR = $$PWD/build