summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qmakestep.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-12-10 19:02:19 +0100
committerdt <qtc-committer@nokia.com>2011-01-17 14:13:40 +0100
commit67cfb7e078d6c37487992f8ac09e1147e0774fbe (patch)
treecf4c309b90ed86a4a4cdf5665453c51575062923 /src/plugins/qt4projectmanager/qmakestep.h
parent77bf0c17c59bf9324f07ae97dee0b77789c549fd (diff)
downloadqt-creator-67cfb7e078d6c37487992f8ac09e1147e0774fbe.tar.gz
Qt4projectManager: Refactor Qt4Target, split up in per target classes
Almost(*) all of the symbian and maemo specific code is now theoretically moveable to a separate plugin. Thus making it possible to implement new targets in a plugin. (*) Noteable missing is the qtversion, which needs to be split up per target too. Also fixes Task-Nr: QTCREATORBUG-2440 Reviewed-By: hunger Reviewed-By: ck
Diffstat (limited to 'src/plugins/qt4projectmanager/qmakestep.h')
-rw-r--r--src/plugins/qt4projectmanager/qmakestep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qmakestep.h b/src/plugins/qt4projectmanager/qmakestep.h
index 67514439d7..a1e82bbc1d 100644
--- a/src/plugins/qt4projectmanager/qmakestep.h
+++ b/src/plugins/qt4projectmanager/qmakestep.h
@@ -47,8 +47,8 @@ class Project;
}
namespace Qt4ProjectManager {
-class Qt4Project;
class Qt4BuildConfiguration;
+class Qt4Project;
namespace Internal {