forked from qt-creator/qt-creator
Don't link against QtSupport in CTF Visualizer plugin
Change-Id: I03e4e3d4a2c687ba5841987318eee569c3fa15c4 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
add_qtc_plugin(CtfVisualizer
|
add_qtc_plugin(CtfVisualizer
|
||||||
DEPENDS Tracing Qt5::QuickWidgets
|
DEPENDS Tracing Qt5::QuickWidgets
|
||||||
INCLUDES ${PROJECT_SOURCE_DIR}/src
|
INCLUDES ${PROJECT_SOURCE_DIR}/src
|
||||||
PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport
|
PLUGIN_DEPENDS Core Debugger ProjectExplorer
|
||||||
SOURCES
|
SOURCES
|
||||||
ctfstatisticsmodel.cpp
|
ctfstatisticsmodel.cpp
|
||||||
ctfstatisticsview.cpp
|
ctfstatisticsview.cpp
|
||||||
|
@@ -5,7 +5,6 @@ QtcPlugin {
|
|||||||
|
|
||||||
Depends { name: "Core" }
|
Depends { name: "Core" }
|
||||||
Depends { name: "Debugger" }
|
Depends { name: "Debugger" }
|
||||||
Depends { name: "QtSupport" }
|
|
||||||
Depends { name: "Tracing" }
|
Depends { name: "Tracing" }
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
|
|
||||||
|
@@ -5,5 +5,4 @@ QTC_LIB_DEPENDS += \
|
|||||||
tracing
|
tracing
|
||||||
|
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
debugger \
|
debugger
|
||||||
qtsupport
|
|
||||||
|
Reference in New Issue
Block a user