summaryrefslogtreecommitdiff
path: root/src/plugins/snippets/snippets.pro
blob: 8c6eb285cdb7771bc1e76262f704a9ea795afc9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE = lib
TARGET   = Snippets
QT      += xml

include(../../qtcreatorplugin.pri)
include(../../plugins/projectexplorer/projectexplorer.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.pri)

INCLUDEPATH += ../projectexplorer

HEADERS += snippetsplugin.h \
           snippetswindow.h \
           snippetspec.h \
           snippetscompletion.h \
           inputwidget.h

SOURCES += snippetsplugin.cpp \
           snippetswindow.cpp \
           snippetspec.cpp \
           snippetscompletion.cpp \
           inputwidget.cpp

RESOURCES += snippets.qrc