Maemo: Move MaemoRunConfigurationWidget into separate set of files.

File maemorunconfiguration.cpp now contains what the name indicates.
This commit is contained in:
ck
2010-01-07 11:21:11 +01:00
parent ae535daa20
commit 695349b6f4
6 changed files with 281 additions and 175 deletions

View File

@@ -55,6 +55,10 @@
namespace Qt4ProjectManager {
namespace Internal {
using ProjectExplorer::Environment;
using ProjectExplorer::RunConfiguration;
using ProjectExplorer::ToolChain;
AbstractMaemoRunControl::AbstractMaemoRunControl(RunConfiguration *rc)
: RunControl(rc)
, runConfig(qobject_cast<MaemoRunConfiguration *>(rc))