remove pointless string conversion
Change-Id: I1640083007ed0c428dfb8ab5ce8b68a7d7e2a749 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
4e30c5f706
commit
40880ed440
@ -1480,8 +1480,7 @@ void QMakeEvaluator::updateFeaturePaths()
|
||||
}
|
||||
}
|
||||
|
||||
feature_bases << (m_option->propertyValue(ProKey("QT_HOST_DATA/get")).toQString(m_mtmp)
|
||||
+ mkspecs_concat);
|
||||
feature_bases << (m_option->propertyValue(ProKey("QT_HOST_DATA/get")) + mkspecs_concat);
|
||||
|
||||
foreach (const QString &fb, feature_bases) {
|
||||
foreach (const ProString &sfx, values(ProKey("QMAKE_PLATFORM")))
|
||||
|
Loading…
Reference in New Issue
Block a user