summaryrefslogtreecommitdiffstats
path: root/src/designer
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer')
-rw-r--r--src/designer/src/plugins/CMakeLists.txt4
-rw-r--r--src/designer/src/plugins/activeqt/CMakeLists.txt27
-rw-r--r--src/designer/src/plugins/qwebview/CMakeLists.txt34
-rw-r--r--src/designer/src/plugins/tools/view3d/CMakeLists.txt21
4 files changed, 84 insertions, 2 deletions
diff --git a/src/designer/src/plugins/CMakeLists.txt b/src/designer/src/plugins/CMakeLists.txt
index 50295d363..9534009be 100644
--- a/src/designer/src/plugins/CMakeLists.txt
+++ b/src/designer/src/plugins/CMakeLists.txt
@@ -1,9 +1,9 @@
# Generated from plugins.pro.
-if(TARGET webkitwidgets)
+if(TARGET Qt::WebKitWidgets)
add_subdirectory(qwebview)
endif()
-if(TARGET axcontainer AND WIN32)
+if(TARGET Qt::AxContainer AND WIN32)
add_subdirectory(activeqt)
endif()
if(TARGET Qt::QuickWidgets)
diff --git a/src/designer/src/plugins/activeqt/CMakeLists.txt b/src/designer/src/plugins/activeqt/CMakeLists.txt
new file mode 100644
index 000000000..dbeef1cf5
--- /dev/null
+++ b/src/designer/src/plugins/activeqt/CMakeLists.txt
@@ -0,0 +1,27 @@
+# Generated from activeqt.pro.
+
+#####################################################################
+## qaxwidget Plugin:
+#####################################################################
+
+qt_add_plugin(qaxwidget
+ TYPE designer
+ CLASS_NAME QAxWidgetPlugin
+ SOURCES
+ qaxwidgetextrainfo.cpp qaxwidgetextrainfo.h
+ qaxwidgetplugin.cpp qaxwidgetplugin.h
+ qaxwidgetpropertysheet.cpp qaxwidgetpropertysheet.h
+ qaxwidgettaskmenu.cpp qaxwidgettaskmenu.h
+ qdesigneraxwidget.cpp qdesigneraxwidget.h
+ LIBRARIES
+ Qt::DesignerPrivate
+ PUBLIC_LIBRARIES
+ Qt::AxContainer
+ Qt::Core
+ Qt::Designer
+ Qt::Gui
+ Qt::Widgets
+)
+
+#### Keys ignored in scope 1:.:.:activeqt.pro:<TRUE>:
+# OTHER_FILES = "activeqt.json"
diff --git a/src/designer/src/plugins/qwebview/CMakeLists.txt b/src/designer/src/plugins/qwebview/CMakeLists.txt
new file mode 100644
index 000000000..120c9dcf3
--- /dev/null
+++ b/src/designer/src/plugins/qwebview/CMakeLists.txt
@@ -0,0 +1,34 @@
+# Generated from qwebview.pro.
+
+#####################################################################
+## qwebview Plugin:
+#####################################################################
+
+qt_add_plugin(qwebview
+ TYPE designer
+ CLASS_NAME QWebViewPlugin
+ SOURCES
+ qwebview_plugin.cpp qwebview_plugin.h
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Designer
+ Qt::Gui
+ Qt::Widgets
+ webkitwidgets
+)
+
+# Resources:
+set(qwebview_plugin_resource_files
+ "images/qwebview.png"
+)
+
+qt_add_resource(qwebview "qwebview_plugin"
+ PREFIX
+ "/qt-project.org/qwebview"
+ FILES
+ ${qwebview_plugin_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:qwebview.pro:<TRUE>:
+# OTHER_FILES = "qwebview.json"
diff --git a/src/designer/src/plugins/tools/view3d/CMakeLists.txt b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
new file mode 100644
index 000000000..b5424190f
--- /dev/null
+++ b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
@@ -0,0 +1,21 @@
+# Generated from view3d.pro.
+
+#####################################################################
+## view3d Plugin:
+#####################################################################
+
+qt_add_plugin(view3d
+ TYPE designer
+ CLASS_NAME QView3DPlugin
+ SOURCES
+ view3d.cpp view3d.h
+ view3d_global.h
+ view3d_plugin.cpp view3d_plugin.h
+ view3d_tool.cpp view3d_tool.h
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Designer
+ Qt::Gui
+ Qt::OpenGL
+ Qt::Widgets
+)