Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
3ccb4415
Commit
3ccb4415
authored
Aug 07, 2009
by
Friedemann Kleint
Browse files
Fixed building debugging helpers: Added missing gdbmacros_p.h
parent
1729c2c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/debugginghelper.cpp
View file @
3ccb4415
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment