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
9ff1e0be
Commit
9ff1e0be
authored
Sep 01, 2010
by
dt
Browse files
Add a few comments
parent
160cf409
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
9ff1e0be
...
...
@@ -93,6 +93,13 @@ Qt4BuildConfiguration *QMakeStep::qt4BuildConfiguration() const
return
static_cast
<
Qt4BuildConfiguration
*>
(
buildConfiguration
());
}
///
/// Returns all arguments
/// That is: possbile subpath
/// spec
/// config arguemnts
/// moreArguments
/// user arguments
QStringList
QMakeStep
::
allArguments
()
{
QStringList
additonalArguments
=
m_userArgs
;
...
...
@@ -128,6 +135,11 @@ QStringList QMakeStep::allArguments()
return
arguments
;
}
///
/// moreArguments,
/// -unix for Maemo
/// -after OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR
/// QMKAE_VAR_QMLINSPECTOR_PATH
QStringList
QMakeStep
::
moreArguments
()
{
Qt4BuildConfiguration
*
bc
=
qt4BuildConfiguration
();
...
...
src/plugins/qt4projectmanager/qmakestep.h
View file @
9ff1e0be
...
...
@@ -85,6 +85,7 @@ public:
void
setForced
(
bool
b
);
bool
forced
();
// TODO clean up those functions
QStringList
allArguments
();
QStringList
moreArguments
();
QStringList
userArguments
();
...
...
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