aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/syntaxhighlighter/syntaxhighlighter.pro
blob: e364936dbe86c982f13d96e8289eaad4d7c3d3ab (plain)
1
2
3
4
5
6
7
8
9
10
QT += qml quick

HEADERS += documenthighlighter.h
SOURCES += main.cpp \
           documenthighlighter.cpp

RESOURCES += syntaxhighlighter.qrc
CONFIG += qmltypes
QML_IMPORT_NAME = Highlighter
QML_IMPORT_MAJOR_VERSION = 1