From b6597c8b7b86fbc12cc347b79e43ad819f7d23be Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Thu, 26 Jul 2018 13:26:16 +0200 Subject: Skip qplugin auto test for static configurations All test cases use QPluginLoader which will not work for static builds of Qt. Change-Id: I7dcddcd5213681bd3ae4cd85e49ee0bb5748f687 Reviewed-by: Friedemann Kleint Reviewed-by: Simon Hausmann Reviewed-by: Edward Welbourne Reviewed-by: Oswald Buddenhagen --- tests/auto/corelib/plugin/plugin.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/plugin') diff --git a/tests/auto/corelib/plugin/plugin.pro b/tests/auto/corelib/plugin/plugin.pro index 774edc655a..b094c24e55 100644 --- a/tests/auto/corelib/plugin/plugin.pro +++ b/tests/auto/corelib/plugin/plugin.pro @@ -11,5 +11,6 @@ qtConfig(library): SUBDIRS += \ contains(CONFIG, static) { message(Disabling tests requiring shared build of Qt) SUBDIRS -= qfactoryloader \ + qplugin \ qpluginloader } -- cgit v1.2.3