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
6b70342d
Commit
6b70342d
authored
Aug 13, 2010
by
ck
Browse files
Maemo: Evaluate .pro files recursively.
parent
d21de8c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemoprofilewrapper.cpp
View file @
6b70342d
...
...
@@ -56,7 +56,7 @@ MaemoProFileWrapper::InstallsList MaemoProFileWrapper::installs() const
const
QStringList
&
files
=
m_proFileReader
->
absoluteFileValues
(
filesVar
(
elem
),
m_proDir
.
path
(),
QStringList
()
<<
m_proDir
.
path
(),
m_proFile
);
m_proDir
.
path
(),
QStringList
()
<<
m_proDir
.
path
(),
0
);
if
(
elem
==
TargetVar
)
{
if
(
!
list
.
targetPath
.
isEmpty
())
{
...
...
@@ -135,7 +135,7 @@ bool MaemoProFileWrapper::replaceInstallPath(const QString &oldPath,
QStringList
MaemoProFileWrapper
::
varValues
(
const
QString
&
var
)
const
{
return
m_proFileReader
->
values
(
var
,
m_proFile
);
return
m_proFileReader
->
values
(
var
);
}
bool
MaemoProFileWrapper
::
addVarValue
(
const
QString
&
var
,
const
QString
&
value
)
...
...
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