2016-08-04 15:26:53 +02:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
include(clangrefactoring-source.pri)
|
|
|
|
|
include(../../shared/clang/clang_installation.pri)
|
|
|
|
|
|
2016-11-01 14:44:49 +01:00
|
|
|
include(../../shared/clang/clang_defines.pri)
|
2016-08-04 15:26:53 +02:00
|
|
|
|
2017-07-19 17:12:53 +02:00
|
|
|
requires(!isEmpty(LIBTOOLING_LIBS))
|
|
|
|
|
|
2016-08-04 15:26:53 +02:00
|
|
|
HEADERS += \
|
2017-07-03 12:35:58 +02:00
|
|
|
clangrefactoringplugin.h \
|
2017-07-19 10:43:47 +02:00
|
|
|
baseclangquerytexteditorwidget.h \
|
2017-11-24 10:46:31 +01:00
|
|
|
clangqueryexampletexteditorwidget.h \
|
2017-08-15 17:33:31 +02:00
|
|
|
clangqueryhoverhandler.h \
|
2017-11-24 10:46:31 +01:00
|
|
|
clangqueryprojectsfindfilterwidget.h \
|
|
|
|
|
clangquerytexteditorwidget.h \
|
|
|
|
|
qtcreatorclangqueryfindfilter.h \
|
2017-11-24 16:03:07 +01:00
|
|
|
qtcreatorclassesfilter.h \
|
|
|
|
|
qtcreatorfunctionsfilter.h \
|
|
|
|
|
qtcreatorincludesfilter.h \
|
|
|
|
|
qtcreatorlocatorfilter.h \
|
2017-11-24 10:46:31 +01:00
|
|
|
qtcreatorsearch.h \
|
|
|
|
|
qtcreatorsearchhandle.h \
|
|
|
|
|
qtcreatorsymbolsfindfilter.h \
|
2017-08-15 17:33:31 +02:00
|
|
|
querysqlitestatementfactory.h \
|
2017-11-24 10:46:31 +01:00
|
|
|
sourcelocations.h \
|
|
|
|
|
symbolsfindfilterconfigwidget.h \
|
|
|
|
|
symbolquery.h
|
2016-08-04 15:26:53 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2017-07-03 12:35:58 +02:00
|
|
|
clangrefactoringplugin.cpp \
|
2017-07-19 10:43:47 +02:00
|
|
|
baseclangquerytexteditorwidget.cpp \
|
2017-11-24 10:46:31 +01:00
|
|
|
clangqueryexampletexteditorwidget.cpp \
|
2017-08-15 17:33:31 +02:00
|
|
|
clangqueryhoverhandler.cpp \
|
2017-11-24 10:46:31 +01:00
|
|
|
clangqueryprojectsfindfilterwidget.cpp \
|
|
|
|
|
clangquerytexteditorwidget.cpp \
|
|
|
|
|
qtcreatorclangqueryfindfilter.cpp \
|
2017-11-24 16:03:07 +01:00
|
|
|
qtcreatorclassesfilter.cpp \
|
|
|
|
|
qtcreatorincludesfilter.cpp \
|
|
|
|
|
qtcreatorfunctionsfilter.cpp \
|
|
|
|
|
qtcreatorlocatorfilter.cpp \
|
2017-11-24 10:46:31 +01:00
|
|
|
qtcreatorsearch.cpp \
|
|
|
|
|
qtcreatorsearchhandle.cpp \
|
|
|
|
|
qtcreatorsymbolsfindfilter.cpp \
|
|
|
|
|
symbolsfindfilterconfigwidget.cpp \
|
2017-08-15 17:33:31 +02:00
|
|
|
symbolquery.cpp
|
2017-07-03 12:35:58 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
clangqueryprojectsfindfilter.ui
|