forked from qt-creator/qt-creator
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
QTC_PLUGIN_NAME = QmlProfiler
|
|
QTC_LIB_DEPENDS += \
|
|
qmldebug \
|
|
extensionsystem
|
|
QTC_PLUGIN_DEPENDS += \
|
|
analyzerbase \
|
|
coreplugin \
|
|
debugger \
|
|
projectexplorer \
|
|
qmlprojectmanager \
|
|
qmljstools \
|
|
qtsupport \
|
|
texteditor
|