From 73ed687cf11cb2d4e7f263ef5754039b96b69aaa Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 23 Sep 2019 17:13:24 +0200 Subject: Fix static build Make sure we link in the generator plugins. Fixes: QBS-1491 Change-Id: I8c48a73f972c4089cfc8c097a67e2945837e9ed4 Reviewed-by: Joerg Bornemann --- src/plugins/generator/iarew/iarewgeneratorplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/generator/iarew/iarewgeneratorplugin.cpp') diff --git a/src/plugins/generator/iarew/iarewgeneratorplugin.cpp b/src/plugins/generator/iarew/iarewgeneratorplugin.cpp index 9f0798573..bd75c7ad5 100644 --- a/src/plugins/generator/iarew/iarewgeneratorplugin.cpp +++ b/src/plugins/generator/iarew/iarewgeneratorplugin.cpp @@ -63,5 +63,5 @@ static void QbsIarewGeneratorPluginUnload() #endif #endif -QBS_REGISTER_STATIC_PLUGIN(extern "C" GENERATOR_EXPORT, QbsIarewGeneratorPlugin, +QBS_REGISTER_STATIC_PLUGIN(extern "C" GENERATOR_EXPORT, iarewgenerator, QbsIarewGeneratorPluginLoad, QbsIarewGeneratorPluginUnload) -- cgit v1.2.3