diff options
author | hjk <hjk@qt.io> | 2018-03-13 14:18:02 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2018-03-16 09:58:02 +0000 |
commit | 55961a367d4241b89b0cac34c1d93d1b00b3a11d (patch) | |
tree | deb7d7be9e5a1a9714c1d9faacddf5af46534107 /src/plugins/qmakeprojectmanager/qmakeproject.h | |
parent | e20d6200436da24bfed43f0738c94e4bc3ce751b (diff) | |
download | qt-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.h | 3 |
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); |