Skip to content
Snippets Groups Projects
Commit e43287fb authored by Bill King's avatar Bill King
Browse files

Get this project compiling for the CI system.

parent ede8cae9
No related branches found
No related tags found
No related merge requests found
QT += gui testlib QT += gui testlib
GENERICHIGHLIGHTERDIR = ../../../../src/plugins/texteditor/generichighlighter PLUGINSDIR = ../../../../src/plugins
GENERICHIGHLIGHTERDIR = $$PLUGINSDIR/texteditor/generichighlighter
SOURCES += tst_highlighterengine.cpp \ SOURCES += tst_highlighterengine.cpp \
highlightermock.cpp \ highlightermock.cpp \
...@@ -21,6 +22,6 @@ HEADERS += \ ...@@ -21,6 +22,6 @@ HEADERS += \
formats.h \ formats.h \
tabsettings.h tabsettings.h
INCLUDEPATH += $$GENERICHIGHLIGHTERDIR INCLUDEPATH += $$GENERICHIGHLIGHTERDIR $$PLUGINSDIR
TARGET=tst_$$TARGET TARGET=tst_$$TARGET
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment