Files
core/Common/cfcpp/test/test.pro
2022-08-25 16:51:41 +03:00

26 lines
421 B
Prolog

include(gtest_dependency.pri)
TARGET = test
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG += thread
CONFIG -= qt
CORE_ROOT_DIR = $$PWD/../../..
PWD_ROOT_DIR = $$PWD
include(../../base.pri)
ADD_DEPENDENCY(UnicodeConverter, kernel, cfcpp)
INCLUDEPATH += $$PWD/../
HEADERS += \
tst_compondfile.h \
tst_directoryentry.h \
tst_header.h \
tst_streamrw.h
SOURCES += \
main.cpp