Use the make command defined by the tool chain

For now only for GenericProject, since the CMakeProject doesn't have the
right tool chain set on Windows yet.

Reviewed-by: dt
This commit is contained in:
Thorbjørn Lindeijer
2009-03-18 14:35:35 +01:00
parent 3904b2ad3e
commit 78d603adec
5 changed files with 22 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
#include <QtCore/QXmlStreamReader>
namespace CMakeProjectManager {
namespace Internal{
namespace Internal {
class CMakeFile;