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
|
||||
DEPENDS Tracing Qt5::QuickWidgets
|
||||
INCLUDES ${PROJECT_SOURCE_DIR}/src
|
||||
PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport
|
||||
PLUGIN_DEPENDS Core Debugger ProjectExplorer
|
||||
SOURCES
|
||||
ctfstatisticsmodel.cpp
|
||||
ctfstatisticsview.cpp
|
||||
|
@@ -5,7 +5,6 @@ QtcPlugin {
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "Tracing" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
|
@@ -5,5 +5,4 @@ QTC_LIB_DEPENDS += \
|
||||
tracing
|
||||
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
debugger \
|
||||
qtsupport
|
||||
debugger
|
||||
|
Reference in New Issue
Block a user