forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.2'
Conflicts: qtcreator.pri qtcreator.qbs src/plugins/coreplugin/editormanager/editormanager.cpp src/plugins/projectexplorer/editorconfiguration.cpp src/plugins/projectexplorer/projectfilewizardextension.cpp src/plugins/qmakeandroidsupport/createandroidmanifestwizard.cpp Change-Id: I8de0f6fcdd8d214fbc14e79f74cb0206e6e2c6c1
This commit is contained in:
@@ -1289,10 +1289,13 @@ QStringList QmakePriFileNode::varNames(ProjectExplorer::FileType type, QtSupport
|
||||
break;
|
||||
case ProjectExplorer::QMLType:
|
||||
vars << QLatin1String("OTHER_FILES");
|
||||
vars << QLatin1String("DISTFILES");
|
||||
break;
|
||||
default:
|
||||
vars << QLatin1String("OTHER_FILES");
|
||||
vars << QLatin1String("DISTFILES");
|
||||
vars << QLatin1String("ICON");
|
||||
vars << QLatin1String("QMAKE_INFO_PLIST");
|
||||
break;
|
||||
}
|
||||
return vars;
|
||||
@@ -1353,6 +1356,7 @@ QStringList QmakePriFileNode::varNamesForRemoving()
|
||||
vars << QLatin1String("SUBDIRS");
|
||||
vars << QLatin1String("OTHER_FILES");
|
||||
vars << QLatin1String("ICON");
|
||||
vars << QLatin1String("QMAKE_INFO_PLIST");
|
||||
return vars;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user