forked from qt-creator/qt-creator
20 lines
441 B
Prolog
20 lines
441 B
Prolog
TEMPLATE = app
|
|
CONFIG += qt warn_on console depend_includepath
|
|
CONFIG += qtestlib testcase
|
|
|
|
include(../shared/shared.pri)
|
|
|
|
SRCDIR = ../../../../src
|
|
|
|
SOURCES += \
|
|
tst_codeformatter.cpp \
|
|
$$SRCDIR/plugins/cpptools/cppcodeformatter.cpp \
|
|
$$SRCDIR/plugins/texteditor/basetextdocumentlayout.cpp
|
|
|
|
HEADERS += \
|
|
$$SRCDIR/plugins/texteditor/basetextdocumentlayout.h
|
|
|
|
INCLUDEPATH += $$SRCDIR/plugins $$SRCDIR/libs
|
|
|
|
TARGET=tst_$$TARGET
|