From 3ccb44157fe137183f4c37dea1644ff937dc8b9e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Fri, 7 Aug 2009 15:22:51 +0200 Subject: [PATCH] Fixed building debugging helpers: Added missing gdbmacros_p.h --- src/plugins/projectexplorer/debugginghelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/debugginghelper.cpp b/src/plugins/projectexplorer/debugginghelper.cpp index 63d499b6b1d..766bbcd0081 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) -- GitLab