aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp')
-rw-r--r--src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp b/src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp
index 01b843a06..5789414bf 100644
--- a/src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp
+++ b/src/plugins/generator/makefilegenerator/makefilegeneratorplugin.cpp
@@ -60,5 +60,5 @@ static void MakefileGeneratorPluginUnload()
#endif
#endif
-QBS_REGISTER_STATIC_PLUGIN(extern "C" GENERATOR_EXPORT, MakefileGeneratorPlugin,
+QBS_REGISTER_STATIC_PLUGIN(extern "C" GENERATOR_EXPORT, makefilegenerator,
MakefileGeneratorPluginLoad, MakefileGeneratorPluginUnload)