aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangrefactoring/clangrefactoring.pro
blob: d23e9a9a4421b392868558fc0274ecd87da7c185 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
include(../../qtcreatorplugin.pri)
include(clangrefactoring-source.pri)
include(../../shared/clang/clang_installation.pri)

include(../../shared/clang/clang_defines.pri)

requires(!isEmpty(LIBTOOLING_LIBS))

HEADERS += \
    clangrefactoringplugin.h \
    baseclangquerytexteditorwidget.h \
    clangqueryexampletexteditorwidget.h \
    clangqueryhoverhandler.h \
    clangqueryprojectsfindfilterwidget.h \
    clangquerytexteditorwidget.h \
    qtcreatorclangqueryfindfilter.h \
    qtcreatorsearch.h \
    qtcreatorsearchhandle.h \
    qtcreatorsymbolsfindfilter.h \
    querysqlitestatementfactory.h \
    sourcelocations.h \
    symbolsfindfilterconfigwidget.h \
    symbolquery.h \
    qtcreatoreditormanager.h \
    qtcreatorrefactoringprojectupdater.h

SOURCES += \
    clangrefactoringplugin.cpp \
    baseclangquerytexteditorwidget.cpp \
    clangqueryexampletexteditorwidget.cpp \
    clangqueryhoverhandler.cpp \
    clangqueryprojectsfindfilterwidget.cpp \
    clangquerytexteditorwidget.cpp \
    qtcreatorclangqueryfindfilter.cpp \
    qtcreatorsearch.cpp \
    qtcreatorsearchhandle.cpp \
    qtcreatorsymbolsfindfilter.cpp \
    symbolsfindfilterconfigwidget.cpp \
    qtcreatoreditormanager.cpp \
    qtcreatorrefactoringprojectupdater.cpp

FORMS += \
    clangqueryprojectsfindfilter.ui