forked from qt-creator/qt-creator
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
|
QTC_PLUGIN_NAME = ClangRefactoring
|
||
|
|
QTC_LIB_DEPENDS += \
|
||
|
|
utils \
|
||
|
|
clangbackendipc
|
||
|
|
QTC_PLUGIN_DEPENDS += \
|
||
|
|
coreplugin \
|
||
|
|
cpptools \
|
||
|
|
texteditor
|
||
|
|
|