~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qt4projectmanager/qmakerunconfigurationfactory.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#ifndef QMAKERUNCONFIGURATIONFACTORY_H
31
31
#define QMAKERUNCONFIGURATIONFACTORY_H
32
32
 
33
 
#include "qt4projectmanager_global.h"
 
33
#include "qmakeprojectmanager_global.h"
34
34
 
35
35
#include <projectexplorer/runconfiguration.h>
36
36
 
37
37
namespace ProjectExplorer { class Node; }
38
38
 
39
 
namespace Qt4ProjectManager {
 
39
namespace QmakeProjectManager {
40
40
 
41
41
class QT4PROJECTMANAGER_EXPORT QmakeRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory
42
42
{
52
52
    static QmakeRunConfigurationFactory *find(ProjectExplorer::Target *t);
53
53
};
54
54
 
55
 
} // Qt4ProjectManager
 
55
} // namespace QmakeProjectManager
56
56
 
57
57
#endif // QMAKERUNCONFIGURATIONFACTORY_H