File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2323 * the better option anyway.
2424 */
2525#ifdef QT_CORE_LIB
26+ #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
2627Q_IMPORT_PLUGIN (CodecBrowserFactory)
28+ #endif
2729Q_IMPORT_PLUGIN (EventMonitorFactory)
2830Q_IMPORT_PLUGIN(SignalMonitorFactory)
2931Q_IMPORT_PLUGIN(StateMachineViewerFactory)
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ if(GAMMARAY_STATIC_PROBE)
9797 gammaray_probe
9898 Qt::Widgets
9999 gammaray_actioninspector_plugin
100- gammaray_codecbrowser_plugin
101100 gammaray_eventmonitor_plugin
102101 gammaray_guisupport
103102 gammaray_fontbrowser_plugin
@@ -113,4 +112,7 @@ if(GAMMARAY_STATIC_PROBE)
113112 # gammaray_quickinspector
114113 # gammaray_webinspector_plugin
115114 )
115+ if (${QT_VERSION_MAJOR} EQUAL 5 AND TARGET Qt5::Core)
116+ target_link_libraries (staticinjectiontest gammaray_codecbrowser_plugin)
117+ endif ()
116118endif ()
You can’t perform that action at this time.
0 commit comments