forked from qt-creator/qt-creator
Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
include($$IDE_SOURCE_TREE/src/libs/cplusplus/cplusplus.pri)
|
|
include($$IDE_SOURCE_TREE/src/plugins/projectexplorer/projectexplorer.pri)
|
|
include($$IDE_SOURCE_TREE/src/plugins/texteditor/texteditor.pri)
|
|
include($$IDE_SOURCE_TREE/src/plugins/find/find.pri)
|