Get this project compiling for the CI system.

This commit is contained in:
Bill King
2010-07-12 14:13:31 +10:00
parent ede8cae919
commit e43287fb3a

View File

@@ -1,6 +1,7 @@
QT += gui testlib
GENERICHIGHLIGHTERDIR = ../../../../src/plugins/texteditor/generichighlighter
PLUGINSDIR = ../../../../src/plugins
GENERICHIGHLIGHTERDIR = $$PLUGINSDIR/texteditor/generichighlighter
SOURCES += tst_highlighterengine.cpp \
highlightermock.cpp \
@@ -21,6 +22,6 @@ HEADERS += \
formats.h \
tabsettings.h
INCLUDEPATH += $$GENERICHIGHLIGHTERDIR
INCLUDEPATH += $$GENERICHIGHLIGHTERDIR $$PLUGINSDIR
TARGET=tst_$$TARGET