summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/debugginghelper.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-07 14:20:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-07 14:20:27 +0200
commit2841e875b4cc99cf8772256dc4ca2c8852d14e7b (patch)
tree2c955b0ab19a781e87a673f7f2f5c342981cacf2 /src/plugins/projectexplorer/debugginghelper.h
parentdebb3961c2aaaf9104d6b19b4fc92e16b7c4da0c (diff)
downloadqt-creator-2841e875b4cc99cf8772256dc4ca2c8852d14e7b.tar.gz
Revert "Debugger: Improve the helper build mechanism on the settings page."
This reverts commit debb3961c2aaaf9104d6b19b4fc92e16b7c4da0c. Success cannot be properly detected.
Diffstat (limited to 'src/plugins/projectexplorer/debugginghelper.h')
-rw-r--r--src/plugins/projectexplorer/debugginghelper.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/debugginghelper.h b/src/plugins/projectexplorer/debugginghelper.h
index 47727d1c46..a98ab2a616 100644
--- a/src/plugins/projectexplorer/debugginghelper.h
+++ b/src/plugins/projectexplorer/debugginghelper.h
@@ -56,12 +56,10 @@ public:
static QString buildDebuggingHelperLibrary(const QString &qmakePath, const QString &make, const Environment &env);
static QString buildDebuggingHelperLibrary(const QString &directory, const QString &makeCommand, const QString &qmakeCommand, const QString &mkspec, const Environment &env);
- // Build the helpers and return the output log/errormessage.
static QStringList debuggingHelperLibraryLocations(const QString &qmakePath);
static QStringList debuggingHelperLibraryLocations(const QString &qtInstallData, const QString &qtpath);
- // Copy the source files to a target location and return the chosen target location.
- static QString copyDebuggingHelperLibrary(const QString &qtInstallData, const QString &qtdir, QString *errorMessage);
+ static QString copyDebuggingHelperLibrary(const QString &qtInstallData, const QString &qtdir);
private:
static QStringList debuggingHelperLibraryDirectories(const QString &qtInstallData, const QString &qtpath);