aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangrefactoring/clangrefactoring.pro
blob: 1a8d16e3e398634fe8c0874ff6b189b6cc71f7b1 (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
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 \
    qtcreatorsearch.h \
    qtcreatorsearchhandle.h \
    qtcreatorclangqueryfindfilter.h \
    clangqueryprojectsfindfilterwidget.h \
    clangqueryexampletexteditorwidget.h \
    clangquerytexteditorwidget.h \
    baseclangquerytexteditorwidget.h

SOURCES += \
    clangrefactoringplugin.cpp \
    qtcreatorsearch.cpp \
    qtcreatorsearchhandle.cpp \
    qtcreatorclangqueryfindfilter.cpp \
    clangqueryprojectsfindfilterwidget.cpp \
    clangqueryexampletexteditorwidget.cpp \
    clangquerytexteditorwidget.cpp \
    baseclangquerytexteditorwidget.cpp

FORMS += \
    clangqueryprojectsfindfilter.ui