summaryrefslogtreecommitdiff
path: root/src/designer/src/lib
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-01 13:26:21 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-07-01 13:26:21 +1000
commitfcd4848765e19a25b09594ea027f31ba4390d23e (patch)
treea66b5559161cfca9becd954bb43415daa699f25e /src/designer/src/lib
parent1bb20dcd9e30d62f51516098c47344e192308038 (diff)
downloadqttools-fcd4848765e19a25b09594ea027f31ba4390d23e.tar.gz
Fixed various linker errors due to missing MODULE.
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.
Diffstat (limited to 'src/designer/src/lib')
-rw-r--r--src/designer/src/lib/lib.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/designer/src/lib/lib.pro b/src/designer/src/lib/lib.pro
index 42882c28a..3c386cf1a 100644
--- a/src/designer/src/lib/lib.pro
+++ b/src/designer/src/lib/lib.pro
@@ -1,3 +1,5 @@
+MODULE = designer
+
load(qt_module)
TEMPLATE=lib