Files
qt-creator/src/plugins/clangrefactoring/clangrefactoring.pro
Marco Bubke 4b0bcbdcb6 Clang: Locator filter for the symbol database
There are no symbol queries for the locator filters. The signature
generation is still not implemented but for simple cases it should work.

Change-Id: Ic6b04fbe1e7e057892f194ac139615c47d6ec33f
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
2018-04-12 13:12:24 +00:00

42 lines
1.2 KiB
Prolog

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
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
FORMS += \
clangqueryprojectsfindfilter.ui