forked from qt-creator/qt-creator
Clang: Add SymbolQuery
Change-Id: I5cb81dffd6f1fda6bdcba0eedaf79f0bc91348b5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -15,7 +15,10 @@ HEADERS += \
|
||||
clangqueryexampletexteditorwidget.h \
|
||||
clangquerytexteditorwidget.h \
|
||||
baseclangquerytexteditorwidget.h \
|
||||
clangqueryhoverhandler.h
|
||||
clangqueryhoverhandler.h \
|
||||
symbolquery.h \
|
||||
querysqlitestatementfactory.h \
|
||||
sourcelocations.h
|
||||
|
||||
SOURCES += \
|
||||
clangrefactoringplugin.cpp \
|
||||
@@ -26,7 +29,8 @@ SOURCES += \
|
||||
clangqueryexampletexteditorwidget.cpp \
|
||||
clangquerytexteditorwidget.cpp \
|
||||
baseclangquerytexteditorwidget.cpp \
|
||||
clangqueryhoverhandler.cpp
|
||||
clangqueryhoverhandler.cpp \
|
||||
symbolquery.cpp
|
||||
|
||||
FORMS += \
|
||||
clangqueryprojectsfindfilter.ui
|
||||
|
||||
Reference in New Issue
Block a user