This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
QT += core gui widgets
|
|
TEMPLATE = app
|
|
TARGET = highlight
|
|
SOURCES += highlight.cpp ../highlighter.c
|
|
HEADERS += ../highlighter.h
|