qt5base-lts/tests/auto/gui/text/qsyntaxhighlighter/qsyntaxhighlighter.pro
Frederik Gladhorn 7ba1d611cf Fix qtHaveModule(widgets) condition
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>
2019-11-02 08:55:27 +01:00

6 lines
140 B
Prolog

CONFIG += testcase
TARGET = tst_qsyntaxhighlighter
SOURCES += tst_qsyntaxhighlighter.cpp
QT += testlib
qtHaveModule(widgets): QT += widgets