From e5f356b6f65cd58b682fdbc3247740945bd0b268 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 8 Sep 2009 19:01:33 -0300 Subject: Fix typo: GENERATORRUNNER_PUGIN_DIR => GENERATORRUNNER_PLUGIN_DIR --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 350fdaa4b..33b598af3 100644 --- a/main.cpp +++ b/main.cpp @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) if (generatorSet.contains(QDir::separator())) generatorFile = generatorSet; else - generatorFile = QString(GENERATORRUNNER_PUGIN_DIR) + "/lib" + generatorSet + "_generator"; + generatorFile = QString(GENERATORRUNNER_PLUGIN_DIR) + "/lib" + generatorSet + "_generator"; QLibrary plugin(generatorFile); getGeneratorsFunc getGenerators = reinterpret_cast(plugin.resolve("getGenerators")); -- cgit v1.2.3