aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glsleditor.pro
blob: 5abc10697021f405fab37c7c4ee2cb3ad3d3318e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include(../../qtcreatorplugin.pri)

DEFINES += \
    GLSLEDITOR_LIBRARY

HEADERS += \
glsleditor.h \
glsleditorconstants.h \
glsleditorplugin.h \
glslhighlighter.h \
glslautocompleter.h \
glslindenter.h \
glslcompletionassist.h

SOURCES += \
glsleditor.cpp \
glsleditorplugin.cpp \
glslhighlighter.cpp \
glslautocompleter.cpp \
glslindenter.cpp \
glslcompletionassist.cpp

RESOURCES += glsleditor.qrc