aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeproject.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2020-02-18 15:55:26 +0100
committerhjk <[email protected]>2020-02-20 11:45:48 +0000
commit7f1c8aea5de90531dd3bba207448be42ac26d890 (patch)
treeda13f8c884ba9f8513fde3a5bdd0daa72c5f20ae /src/plugins/qmakeprojectmanager/qmakeproject.h
parent5451b783676fec17edb45a94a3c43604b4fec30c (diff)
ProjectExplorer: Make communication between target and selector direct
Architecture-wise, this now means that Target knows about the MiniProjectTargetSelector, otoh, Project does less, and quite a bit of signal, slot and qobject_cast is gone. Change-Id: I0feef9328144282c7c4ca710a12ac0e495810684 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h
index 9cd8902dbbf..b70bfbfdee9 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.h
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.h
@@ -48,6 +48,7 @@ namespace ProjectExplorer { class DeploymentData; }
namespace QtSupport { class ProFileReader; }
namespace QmakeProjectManager {
+class QmakeBuildConfiguration;
namespace Internal { class CentralizedFolderWatcher; }