Fix pro file

This commit is contained in:
Alexey
2022-12-11 18:21:23 +03:00
parent 2942452a61
commit b3e95df084

View File

@ -1,29 +1,24 @@
QT -= core
QT -= gui
TARGET = tests
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
TEMPLATE = app
TARGET = tests
SOURCES += \
$$PWD/../../Common/OfficeFileFormatChecker2.cpp \
$$PWD/../../Common/3dParty/pole/pole.cpp \
$$PWD/../../OOXML/Base/unicode_util.cpp
SOURCES += main.cpp
CORE_ROOT_DIR = $$PWD/../../
PWD_ROOT_DIR = $$PWD
SOURCES += \
$$PWD/../../Common/OfficeFileFormatChecker2.cpp \
$$PWD/../../Common/3dParty/pole/pole.cpp \
$$PWD/../../OOXML/Base/unicode_util.cpp
include($$CORE_ROOT_DIR/Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
DEFINES += PRO_DIR=\\\"$$PWD/\\\"
ADD_DEPENDENCY(kernel, graphics, UnicodeConverter)
SOURCES += main.cpp \
main.cpp
DESTDIR = $$PWD/build