mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix pro file
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user