2010-07-02 15:43:34 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
CONFIG += qt warn_on console depend_includepath
|
2010-07-13 11:59:37 +10:00
|
|
|
CONFIG += qtestlib testcase
|
2010-07-02 15:43:34 +02:00
|
|
|
|
|
|
|
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
|