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
71f2b50e
Commit
71f2b50e
authored
Jul 16, 2010
by
kh1
Browse files
Fix package building after version number change.
Should have been part of
5b47f47d
parent
fa81b861
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
View file @
71f2b50e
...
...
@@ -209,6 +209,7 @@ bool MaemoPackageCreationStep::createPackage()
}
{
QFile
::
remove
(
buildDir
+
QLatin1String
(
"/debian/files"
));
QFile
changeLog
(
buildDir
+
QLatin1String
(
"/debian/changelog"
));
if
(
changeLog
.
open
(
QIODevice
::
ReadWrite
))
{
QString
content
=
QString
::
fromUtf8
(
changeLog
.
readAll
());
...
...
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