2010-10-21 14:49:58 +10:00
|
|
|
include(../../qttest.pri)
|
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 += \
|
2010-09-24 15:07:42 +02:00
|
|
|
$$SRCDIR/plugins/cpptools/cppcodeformatter.h \
|
2010-07-02 15:43:34 +02:00
|
|
|
$$SRCDIR/plugins/texteditor/basetextdocumentlayout.h
|
|
|
|
|
|
|
|
INCLUDEPATH += $$SRCDIR/plugins $$SRCDIR/libs
|