forked from qt-creator/qt-creator
compile everything with QT_USE_FAST_CONCATENATION
This commit is contained in:
@@ -2875,7 +2875,7 @@ bool ProFileEvaluator::Private::evaluateFeatureFile(
|
||||
QString currFn = currentFileName();
|
||||
if (IoUtils::fileName(currFn) == IoUtils::fileName(fn)) {
|
||||
for (int root = 0; root < m_option->feature_roots.size(); ++root)
|
||||
if (m_option->feature_roots.at(root) + fn == currFn) {
|
||||
if (currFn == m_option->feature_roots.at(root) + fn) {
|
||||
start_root = root + 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user