forked from qt-creator/qt-creator
Qt4ProjectManager: Run qmake on the right project
This commit is contained in:
@@ -297,7 +297,7 @@ ProjectExplorer::Project *Qt4Manager::contextProject() const
|
|||||||
|
|
||||||
void Qt4Manager::runQMake()
|
void Qt4Manager::runQMake()
|
||||||
{
|
{
|
||||||
runQMake(projectExplorer()->currentProject(), 0);
|
runQMake(projectExplorer()->startupProject(), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Qt4Manager::runQMakeContextMenu()
|
void Qt4Manager::runQMakeContextMenu()
|
||||||
|
|||||||
Reference in New Issue
Block a user