7ba1d611cf
In qmake syntax there should be a colon or curly braces following a condition. Change-Id: Ibd989662aef6320cec8093e7c6103bf8362b8255 Reviewed-by: Liang Qi <liang.qi@qt.io>
6 lines
140 B
Prolog
6 lines
140 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsyntaxhighlighter
|
|
SOURCES += tst_qsyntaxhighlighter.cpp
|
|
QT += testlib
|
|
qtHaveModule(widgets): QT += widgets
|