forked from qt-creator/qt-creator
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
QTC_PLUGIN_NAME = CppTools
|
|
QTC_LIB_DEPENDS += \
|
|
cplusplus \
|
|
extensionsystem \
|
|
utils
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
projectexplorer \
|
|
texteditor
|
|
QTC_TEST_DEPENDS += \
|
|
cppeditor \
|
|
qmakeprojectmanager
|