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 \
|
2016-11-15 15:38:12 +01:00
|
|
|
qtcreatorsearch.h \
|
|
|
|
|
qtcreatorsearchhandle.h \
|
2017-07-03 12:35:58 +02:00
|
|
|
qtcreatorclangqueryfindfilter.h \
|
|
|
|
|
clangqueryprojectsfindfilterwidget.h \
|
|
|
|
|
clangqueryexampletexteditorwidget.h \
|
|
|
|
|
clangquerytexteditorwidget.h \
|
2017-07-19 10:43:47 +02:00
|
|
|
baseclangquerytexteditorwidget.h \
|
2017-08-15 17:33:31 +02:00
|
|
|
clangqueryhoverhandler.h \
|
|
|
|
|
symbolquery.h \
|
|
|
|
|
querysqlitestatementfactory.h \
|
|
|
|
|
sourcelocations.h
|
2016-08-04 15:26:53 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2017-07-03 12:35:58 +02:00
|
|
|
clangrefactoringplugin.cpp \
|
2016-11-15 15:38:12 +01:00
|
|
|
qtcreatorsearch.cpp \
|
|
|
|
|
qtcreatorsearchhandle.cpp \
|
2017-07-03 12:35:58 +02:00
|
|
|
qtcreatorclangqueryfindfilter.cpp \
|
|
|
|
|
clangqueryprojectsfindfilterwidget.cpp \
|
|
|
|
|
clangqueryexampletexteditorwidget.cpp \
|
|
|
|
|
clangquerytexteditorwidget.cpp \
|
2017-07-19 10:43:47 +02:00
|
|
|
baseclangquerytexteditorwidget.cpp \
|
2017-08-15 17:33:31 +02:00
|
|
|
clangqueryhoverhandler.cpp \
|
|
|
|
|
symbolquery.cpp
|
2017-07-03 12:35:58 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
clangqueryprojectsfindfilter.ui
|