Skip to content
Snippets Groups Projects
Commit cb11e601 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Remove version specification from Debian Build-Depends field.

parent 18270ca4
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ bool MaemoTemplatesManager::adaptControlFile(const Project *project) ...@@ -251,7 +251,7 @@ bool MaemoTemplatesManager::adaptControlFile(const Project *project)
buildDependsNewlineOffset = controlContents.length() - 1; buildDependsNewlineOffset = controlContents.length() - 1;
} }
controlContents.insert(buildDependsNewlineOffset, controlContents.insert(buildDependsNewlineOffset,
", libqt4-dev (>= 4.6.2)"); ", libqt4-dev");
} }
controlFile.resize(0); controlFile.resize(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment