aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunnerconfig.h.in
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-01-12 21:35:36 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2011-01-25 08:32:20 -0300
commitb5e32ea4f620a0f7e3e2ee6bba741b0f08686312 (patch)
tree51be92c646b7418259faf9f8620cfa9bd4889414 /generatorrunnerconfig.h.in
parentb3daa9b6f33fe0925d0983b7dc84add876abc36a (diff)
GeneratorRunner looks for loadable generator modules in many places.
Besides loading generator modules given as full file paths, and placed in the place where GeneratorRunner was installed, the modules are also looked for in paths added via QT_PLUGIN_PATH.
Diffstat (limited to 'generatorrunnerconfig.h.in')
-rw-r--r--generatorrunnerconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/generatorrunnerconfig.h.in b/generatorrunnerconfig.h.in
index 93b6bb011..d291fcc53 100644
--- a/generatorrunnerconfig.h.in
+++ b/generatorrunnerconfig.h.in
@@ -7,4 +7,7 @@
// generatorrunner plugin dir
#define GENERATORRUNNER_PLUGIN_DIR "@generator_plugin_DIR@"
+// module extension
+#define MODULE_EXTENSION "@CMAKE_SHARED_LIBRARY_SUFFIX@"
+
#endif