summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@nokia.com>2011-07-21 13:51:11 +0200
committerRainer Keller <rainer.keller@nokia.com>2011-07-21 13:51:48 +0200
commit70199ea64b23dbb922f4990cea9f6526e960b4bc (patch)
tree5850c50f97c496b82be31751aefd51138a4273a2
parent7065cc5b5ff8f9ef6308369462eb7442db96504a (diff)
Grab QT_NOKIA_SDK_PATH from environment
-rw-r--r--pluginSupport/pluginSupport.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pluginSupport/pluginSupport.pro b/pluginSupport/pluginSupport.pro
index 9d3d360..77cf6d9 100644
--- a/pluginSupport/pluginSupport.pro
+++ b/pluginSupport/pluginSupport.pro
@@ -1,3 +1,5 @@
+# Grab paths from environment variables if unset
+isEmpty(QT_NOKIA_SDK_PATH): QT_NOKIA_SDK_PATH = $$(QT_NOKIA_SDK_PATH)
isEmpty(QT_NOKIA_SDK_PATH): error(Please call qmake with QT_NOKIA_SDK_PATH=<path to nokia-sdk source directory>)
include($$QT_NOKIA_SDK_PATH/src/simulator/simulator.pri)