summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-06-10 12:58:16 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-10 12:59:12 (GMT)
commitec3bc9bbba71438374148118e539e75ee119a65f (patch)
treebab329afa712e5a49dc4f96a0811de0cddfd19f6 /tools/configure/configureapp.h
parentb65a1e0be447abca16f20001efe1be43a0469808 (diff)
downloadQt-ec3bc9bbba71438374148118e539e75ee119a65f.zip
Qt-ec3bc9bbba71438374148118e539e75ee119a65f.tar.gz
Qt-ec3bc9bbba71438374148118e539e75ee119a65f.tar.bz2
make postgresql support sensitive to PSQL_LIBS
The PSQL_LIBS environment variable is a standard way to pass the required library list. The changes here add support for this to the configures. Merge-request: 673 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index 6c10dd8..ff2ee8b 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -133,6 +133,7 @@ private:
QStringList qmakeIncludes;
QStringList qmakeLibs;
QString opensslLibs;
+ QString psqlLibs;
QMap<QString,QString> licenseInfo;
QString outputLine;