summaryrefslogtreecommitdiff
path: root/src/plugins/clangrefactoring/clangrefactoring.pro
blob: b5dc2a9956e84054735425678f6f9830327dcff8 (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
44
45
46
47
48
include(../../qtcreatorplugin.pri)
include(clangrefactoring-source.pri)
include(../../shared/clang/clang_installation.pri)

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

requires(!isEmpty(LIBTOOLING_LIBS))

win32 {
    LLVM_BUILDMODE = $$system($$llvm_config --build-mode, lines)
    CONFIG(debug, debug|release):requires(equals(LLVM_BUILDMODE, "Debug"))
}

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