forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: qtcreator.pri qtcreator.qbp src/libs/utils/utils.pro Change-Id: I6f0aba746f915d8c51dcf9372f7d9f593562fc2b
This commit is contained in:
@@ -1365,6 +1365,11 @@ void Qt4Project::configureAsExampleProject(const QStringList &platforms)
|
||||
ProjectExplorer::ProjectExplorerPlugin::instance()->requestProjectModeUpdate(this);
|
||||
}
|
||||
|
||||
bool Qt4Project::supportsNoTargetPanel() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// All the Qt4 run configurations should share code.
|
||||
// This is a rather suboptimal way to do that for disabledReason()
|
||||
// but more pratical then duplicated the code everywhere
|
||||
|
||||
Reference in New Issue
Block a user