aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@nokia.com>2011-01-13 15:14:36 +0200
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2011-01-13 15:37:38 +0200
commitf3b89e79272f9b2e271e5e29edd5d239fbebddff (patch)
tree3bdf9f335427ca3f40218febcf00670cad9e238b /configure
parent26ff3ac7c79998a10d929cbc18893deae2a724a0 (diff)
Fixes: If the development views shared object is not installed the library is not found.
RevBy: Tomas Junnonen Details: QLibrary explicitly tries to load .so shared objects, thus in case if it's not found for the theme try to load the library with meegotouch major number versioning suffix.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d37ea808..b4b337fd 100755
--- a/configure
+++ b/configure
@@ -661,6 +661,9 @@ M_BUILD_FEATURES += $MEEGOTOUCHCONFIG_FEATURES
#versioning
M_VERSION = $M_VERSION
+M_MAJOR_VERSION = $M_MAJOR_VERSION
+M_MINOR_VERSION = $M_MINOR_VERSION
+M_PATCH_VERSION = $M_PATCH_VERSION
#paths
M_INSTALL_PREFIX = $M_INSTALL_PREFIX