aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/buildablehelperlibrary.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-06-27 10:32:03 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-06-27 19:25:56 +0200
commit7c45f1c926b9a38da87a0d51a39ee9257a98b1ea (patch)
tree57817332d9eeef119c0b1bcc97f26bd30618bfc6 /src/libs/utils/buildablehelperlibrary.h
parent90b15b0245cfa5b7058ac563df184355ef0e68a3 (diff)
BuildableHelperLibrary: Remove unused/unimplemented methods
Change-Id: I5ada82f162e6d92fb5b4580c613de2f8785388e4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/libs/utils/buildablehelperlibrary.h')
-rw-r--r--src/libs/utils/buildablehelperlibrary.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/utils/buildablehelperlibrary.h b/src/libs/utils/buildablehelperlibrary.h
index ff30146e8ea..c01a45d231e 100644
--- a/src/libs/utils/buildablehelperlibrary.h
+++ b/src/libs/utils/buildablehelperlibrary.h
@@ -51,9 +51,6 @@ public:
// returns something like qmake4, qmake, qmake-qt4 or whatever distributions have chosen (used by QtVersion)
static QStringList possibleQMakeCommands();
- static QString qtInstallHeadersDir(const QString &qmakePath);
- static QString qtInstallDataDir(const FileName &qmakePath);
-
static QString byInstallDataHelper(const QString &sourcePath,
const QStringList &sourceFileNames,
const QStringList &installDirectories,