forked from qt-creator/qt-creator
Maemo: Remove version specification from Debian Build-Depends field.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user