forked from qt-creator/qt-creator
This removes the plugins and tools, and removes all the tests that would fail to build because of that. Fixes: QTCREATORBUG-25659 Change-Id: I8adb5d503fc8eea313bcaada421f309dbbfa8c26 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
QTC_PLUGIN_NAME = CppTools
|
|
QTC_LIB_DEPENDS += \
|
|
cplusplus \
|
|
clangsupport \
|
|
extensionsystem \
|
|
utils
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
projectexplorer \
|
|
texteditor
|
|
QTC_TEST_DEPENDS += \
|
|
cppeditor \
|
|
qmakeprojectmanager
|