Skip to content
GitLab
Menu
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
752a6413
Commit
752a6413
authored
Mar 12, 2009
by
Roberto Raggi
Browse files
Don't convert the include paths
parent
f167218d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/genericprojectmanager/genericproject.cpp
View file @
752a6413
...
...
@@ -193,7 +193,7 @@ QStringList GenericProject::includePaths() const
{
return
_includePaths
;
}
void
GenericProject
::
setIncludePaths
(
const
QStringList
&
includePaths
)
{
_includePaths
=
convertToAbsoluteFiles
(
includePaths
)
;
}
{
_includePaths
=
includePaths
;
}
QStringList
GenericProject
::
defines
()
const
{
return
_defines
;
}
...
...
@@ -369,6 +369,8 @@ MakeStep *GenericProject::makeStep() const
void
GenericProject
::
restoreSettingsImpl
(
ProjectExplorer
::
PersistentSettingsReader
&
reader
)
{
qDebug
()
<<
Q_FUNC_INFO
;
Project
::
restoreSettingsImpl
(
reader
);
if
(
buildConfigurations
().
isEmpty
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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