From 7814e1dbfd09ead88951d95f72e71f45fd27c920 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 23 Jun 2020 17:25:52 +0200 Subject: Make the qtquick and qtqml plugins optional We can do the initialization and de-initialization as constructor and destructor functions. Then we don't need to load the plugins. Task-number: QTBUG-84639 Change-Id: I2aeeee7e8d028555e3af91e93518c2c2afd70dbb Reviewed-by: Fabian Kosmale --- src/quick/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/CMakeLists.txt') diff --git a/src/quick/CMakeLists.txt b/src/quick/CMakeLists.txt index 3fc9110d0c..4eb0738c8d 100644 --- a/src/quick/CMakeLists.txt +++ b/src/quick/CMakeLists.txt @@ -89,7 +89,7 @@ qt_add_module(Quick items/qquickwindowattached.cpp items/qquickwindowattached_p.h items/qquickwindowmodule.cpp items/qquickwindowmodule_p.h items/qquickwindowmodule_p_p.h - qtquick2.cpp qtquick2_p.h + qtquick2.cpp qtquickglobal.h qtquickglobal_p.h scenegraph/adaptations/software/qsgabstractsoftwarerenderer.cpp scenegraph/adaptations/software/qsgabstractsoftwarerenderer_p.h scenegraph/adaptations/software/qsgsoftwareadaptation.cpp scenegraph/adaptations/software/qsgsoftwareadaptation_p.h -- cgit v1.2.3