Fixed various linker errors due to missing MODULE.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 1 Jul 2011 03:26:21 +0000 (13:26 +1000)
committerRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 1 Jul 2011 03:26:21 +0000 (13:26 +1000)
If MODULE is not explicitly set when building a module, the build system
will guess the module name from the .pro file's basename.  This guess is
incorrect for these projects, so set MODULE to the correct value.

src/assistant/lib/fulltextsearch/fulltextsearch.pro
src/assistant/lib/lib.pro
src/designer/src/lib/lib.pro

index f524aaa..1387820 100644 (file)
@@ -1,3 +1,5 @@
+MODULE = help
+
 load(qt_module)
 
 QT += sql \
index 42882c2..3c386cf 100644 (file)
@@ -1,3 +1,5 @@
+MODULE = designer
+
 load(qt_module)
 
 TEMPLATE=lib