From 330290e04935d318a5d7a02cb1cf12c8797ee0e4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 26 Jun 2018 22:01:59 -0700 Subject: QPluginLoader: pave the way for Qt 6 plugin meta data We want to store the metadata size and get it from the plugin in Qt 6. Change-Id: Ieb48f7c0dd0e4e0fb35efffd153bebc2914d9a3c Reviewed-by: Lars Knoll --- tests/auto/corelib/plugin/qpluginloader/tst/tst.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/corelib/plugin/qpluginloader/tst/tst.pro') diff --git a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro index c20e56ba4c..a3885f4134 100644 --- a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro +++ b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro @@ -8,9 +8,14 @@ HEADERS = ../theplugin/plugininterface.h win32 { CONFIG(debug, debug|release) { TARGET = ../../debug/tst_qpluginloader + LIBS += -L../staticplugin/debug } else { TARGET = ../../release/tst_qpluginloader + LIBS += -L../staticplugin/release } +} else { + LIBS += -L../staticplugin } +LIBS += -lstaticplugin TESTDATA += ../elftest ../machtest -- cgit v1.2.3