From 4e9f7807fbca948f355fa6aa17e0bbeb86d065a3 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 15 Feb 2017 11:23:24 +0100 Subject: Move qJsonFromRawLibraryMetaData into qfactoryloader_p.h This is still not a great place for it, but this way we can Q_REQUIRE_CONFIG(library) in qlibrary_p.h and qfactoryloader_p.h is the only private header that doesn't require library support in plugin.pri. Change-Id: Ia6c1ac8799822eca1e0cbeca98d1c1b8de74beae Reviewed-by: Oswald Buddenhagen --- src/corelib/plugin/qlibrary.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/plugin/qlibrary.cpp') diff --git a/src/corelib/plugin/qlibrary.cpp b/src/corelib/plugin/qlibrary.cpp index 96cf5371f9..a4a654cd88 100644 --- a/src/corelib/plugin/qlibrary.cpp +++ b/src/corelib/plugin/qlibrary.cpp @@ -42,6 +42,7 @@ #ifndef QT_NO_LIBRARY +#include "qfactoryloader_p.h" #include "qlibrary_p.h" #include #include -- cgit v1.2.3