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:
Milian Wolff
2019-09-02 11:06:55 +02:00
parent 28b99dafc6
commit be61acffe7
3 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -5,7 +5,6 @@ QtcPlugin {
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "QtSupport" }
Depends { name: "Tracing" }
Depends { name: "Utils" }

View File

@@ -5,5 +5,4 @@ QTC_LIB_DEPENDS += \
tracing
QTC_PLUGIN_DEPENDS += \
debugger \
qtsupport
debugger