forked from qt-creator/qt-creator
CMake: Fix static build of Qt Creator
The plugin class names were different, and this is important for static plugins because the symbols wouldn't be found at linking time. Change-Id: Ia2254e5ce811fe23daf12e445593980211b7cd47 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_qtc_plugin(Designer
|
add_qtc_plugin(Designer
|
||||||
PLUGIN_CLASS FormEditorPlugin
|
PLUGIN_CLASS DesignerPlugin
|
||||||
CONDITION TARGET Qt::DesignerComponentsPrivate AND TARGET Qt::Designer
|
CONDITION TARGET Qt::DesignerComponentsPrivate AND TARGET Qt::Designer
|
||||||
DEPENDS designerintegrationv2
|
DEPENDS designerintegrationv2
|
||||||
Qt::Designer Qt::PrintSupport Qt::DesignerComponentsPrivate
|
Qt::Designer Qt::PrintSupport Qt::DesignerComponentsPrivate
|
||||||
|
@@ -4,6 +4,7 @@ add_qtc_plugin(QtApplicationManagerIntegration
|
|||||||
PLUGIN_DEPENDS
|
PLUGIN_DEPENDS
|
||||||
Core Debugger ProjectExplorer
|
Core Debugger ProjectExplorer
|
||||||
QtSupport RemoteLinux
|
QtSupport RemoteLinux
|
||||||
|
PLUGIN_CLASS AppManagerPlugin
|
||||||
DEPENDS Qt::Network Qt::Widgets ExtensionSystem Utils yaml-cpp
|
DEPENDS Qt::Network Qt::Widgets ExtensionSystem Utils yaml-cpp
|
||||||
SOURCES
|
SOURCES
|
||||||
appmanagerconstants.h
|
appmanagerconstants.h
|
||||||
|
Reference in New Issue
Block a user