QT += core gui widgets
TEMPLATE = app
TARGET = highlight
SOURCES += highlight.cpp ../highlighter.c
HEADERS += ../highlighter.h