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
Tobias Hunger
qt-creator
Commits
cb11e601
Commit
cb11e601
authored
Aug 30, 2010
by
Christian Kandeler
Browse files
Maemo: Remove version specification from Debian Build-Depends field.
parent
18270ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
View file @
cb11e601
...
...
@@ -251,7 +251,7 @@ bool MaemoTemplatesManager::adaptControlFile(const Project *project)
buildDependsNewlineOffset
=
controlContents
.
length
()
-
1
;
}
controlContents
.
insert
(
buildDependsNewlineOffset
,
", libqt4-dev
(>= 4.6.2)
"
);
", libqt4-dev"
);
}
controlFile
.
resize
(
0
);
...
...
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