summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2012-08-06 20:34:34 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-07 18:55:43 +0200
commit0ef4bf1c1e77d4b11f5f17babdd0065723901a7d (patch)
tree46a2f532921aef6991a912842ca4d418c4fa1a72 /tools/configure/configureapp.h
parentbd7331cb3358087d9d3f787d39ce7aff5335d8c5 (diff)
Add possibility to add OpenSSL, DBUS, MySQL path under Windows
Under Windows it's quite possible that OpenSSL, DBUS or MySQL is not installed into a central place. If -I and -L is passed at configure time, it is added to all targets, and if that path contained a conflicting header things would go wrong. Change-Id: Ic3338c49aa6eaa91b3abf5341e709ef604bf7aab Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index 7f4cbdb983..0ec4edebc7 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -143,6 +143,9 @@ private:
QString opensslLibs;
QString opensslLibsDebug;
QString opensslLibsRelease;
+ QString opensslPath;
+ QString dbusPath;
+ QString mysqlPath;
QString psqlLibs;
QString sybase;
QString sybaseLibs;