summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/debugginghelper.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-07 15:22:51 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-07 15:22:51 +0200
commit3ccb44157fe137183f4c37dea1644ff937dc8b9e (patch)
tree42f756a7f9dc6a048577edcb7e58ce19347e9232 /src/plugins/projectexplorer/debugginghelper.cpp
parent1729c2c0c22e605058e119a38c0238f48be8788d (diff)
downloadqt-creator-3ccb44157fe137183f4c37dea1644ff937dc8b9e.tar.gz
Fixed building debugging helpers: Added missing gdbmacros_p.h
Diffstat (limited to 'src/plugins/projectexplorer/debugginghelper.cpp')
-rw-r--r--src/plugins/projectexplorer/debugginghelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/debugginghelper.cpp b/src/plugins/projectexplorer/debugginghelper.cpp
index 63d499b6b1..766bbcd008 100644
--- a/src/plugins/projectexplorer/debugginghelper.cpp
+++ b/src/plugins/projectexplorer/debugginghelper.cpp
@@ -181,7 +181,7 @@ QString DebuggingHelperLibrary::copyDebuggingHelperLibrary(const QString &qtInst
const QStringList directories = DebuggingHelperLibrary::debuggingHelperLibraryDirectories(qtInstallData, qtdir);
QStringList files;
- files << QLatin1String("gdbmacros.cpp") << QLatin1String("gdbmacros.h") << QLatin1String("gdbmacros.pro")
+ files << QLatin1String("gdbmacros.cpp") << QLatin1String("gdbmacros_p.h") << QLatin1String("gdbmacros.h") << QLatin1String("gdbmacros.pro")
<< QLatin1String("LICENSE.LGPL") << QLatin1String("LGPL_EXCEPTION.TXT");
// Try to find a writeable directory.
foreach(const QString &directory, directories)