summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2010-01-25 10:23:31 (GMT)
committerIain <qt-info@nokia.com>2010-01-26 16:49:42 (GMT)
commitf98901601fee4947fd0248f113b3a39a142292d5 (patch)
tree67562c513a021ab2963b70db1ece6077376e9510 /src/qbase.pri
parent1b54b600107e33cfbebaea3b2bd3c7f24385a1a8 (diff)
downloadQt-f98901601fee4947fd0248f113b3a39a142292d5.zip
Qt-f98901601fee4947fd0248f113b3a39a142292d5.tar.gz
Qt-f98901601fee4947fd0248f113b3a39a142292d5.tar.bz2
Updates to new Symbian DEF file system
Fix bug in qbase.pri, where it tested QT_CONFIG instead of CONFIG to see if DEF files were enabled, when setting the DEF file path Fix bug in configure.exe implementation, where SYMBIAN_DEFFILES was defined when testing for its value, due to incorrect use of QMap::operator[] Tidy up configure.exe help for new def files option Task-number: QTBUG-6556 Reviewed-by: Jason Barron Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index 3307ae3..710a2b6 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -103,7 +103,7 @@ symbian {
# of Qt, and the only compatibility will be between this build of Qt and anything
# built in this exact environment. *Never* use this when building a version
# for release.
- contains(QT_CONFIG, def_files) {
+ contains(CONFIG, def_files) {
defFilePath=../s60installs
}
}