1######################################################################
2# Automatically generated by qmake (3.1) Sat Aug 22 19:16:45 2020
3######################################################################
4
5TEMPLATE = app
6TARGET = input
7INCLUDEPATH += .
8
9# You can make your code fail to compile if you use deprecated APIs.
10# In order to do so, uncomment the following line.
11# Please consult the documentation of the deprecated API in order to know
12# how to port your code away from it.
13# You can also select to disable deprecated APIs only up to a certain version of Qt.
14#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
15
16# Input
17YACCSOURCES += highlight.y
18SOURCES += firstNonSpace.c \
19           folding.cpp \
20           highlight.cpp \
21           highlight_lpc.c \
22           preprocessor-bug363280.c \
23           preprocessor-bug363280.cpp \
24           test-numbers-bug423680.cpp \
25           test.c
26TRANSLATIONS += test.ts
27