mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
17 lines
251 B
Prolog
17 lines
251 B
Prolog
include(gtest_dependency.pri)
|
|
|
|
TEMPLATE = app
|
|
CONFIG += console c++11
|
|
CONFIG -= app_bundle
|
|
CONFIG += thread
|
|
CONFIG -= qt
|
|
|
|
LIBS += -L$$PWD/../Debug -lcfcpp
|
|
INCLUDEPATH += $$PWD/../
|
|
|
|
HEADERS += \
|
|
tst_test_stream.h
|
|
|
|
SOURCES += \
|
|
main.cpp
|