diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-01-11 12:28:40 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-01-17 12:40:22 (GMT) |
commit | a05ece41b9adbbe2f5aebd305e84e29693a39bcf (patch) | |
tree | de5a7c78691303bc4df31e649e270ea732761226 /tools/configure | |
parent | 66242e0e492137e051273055f566c3edd42c07e9 (diff) | |
download | Qt-a05ece41b9adbbe2f5aebd305e84e29693a39bcf.zip Qt-a05ece41b9adbbe2f5aebd305e84e29693a39bcf.tar.gz Qt-a05ece41b9adbbe2f5aebd305e84e29693a39bcf.tar.bz2 |
make qtlibinfix apply to QT_INSTALL_TRANSLATIONS
the unix configure already got it right
Task-number: QTBUG-15978
Reviewed-by: Alessandro Portale
Reviewed-by: mariusSO
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index c7df09d..d2be581 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1031,6 +1031,8 @@ void Configure::parseCmdLine() QString("\\resource\\qt%1\\plugins").arg(dictionary[ "QT_LIBINFIX" ]); dictionary[ "QT_INSTALL_IMPORTS" ] = QString("\\resource\\qt%1\\imports").arg(dictionary[ "QT_LIBINFIX" ]); + dictionary[ "QT_INSTALL_TRANSLATIONS" ] = + QString("\\resource\\qt%1\\translations").arg(dictionary[ "QT_LIBINFIX" ]); } } else if (configCmdLine.at(i) == "-D") { ++i; |