summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakeproject.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-03-13 14:18:02 +0100
committerhjk <hjk@qt.io>2018-03-16 09:58:02 +0000
commit55961a367d4241b89b0cac34c1d93d1b00b3a11d (patch)
treedeb7d7be9e5a1a9714c1d9faacddf5af46534107 /src/plugins/qmakeprojectmanager/qmakeproject.h
parente20d6200436da24bfed43f0738c94e4bc3ce751b (diff)
downloadqt-creator-55961a367d4241b89b0cac34c1d93d1b00b3a11d.tar.gz
QMake: Adapt DesktopQMakeRunConfiguration to applicationTargets() use
Change-Id: I2844e2e97ca78c12c4abdb1538c37e77b841918e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h
index 2e6982d85d..1110076d10 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.h
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.h
@@ -110,9 +110,6 @@ public:
/// \internal
QString disabledReasonForRunConfiguration(const Utils::FileName &proFilePath);
- /// used by the default implementation of shadowBuildDirectory
- static QString buildNameFor(const ProjectExplorer::Kit *k);
-
void emitBuildDirectoryInitialized();
static void proFileParseError(const QString &errorMessage);