update qmake plugin

This commit is contained in:
Guobang Bi 2020-02-28 19:46:44 +08:00
parent 510a75708f
commit 804422a2c4
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -102,7 +102,7 @@ class QmakePlugin(snapcraft.BasePlugin):
self.build_packages.append("make")
if self.options.qt_version == "qt5":
pass
self.build_packages.extend(["qt5-qmake", "qtbase5-dev"])
elif self.options.qt_version == "qt4":
self.build_packages.extend(["qt4-qmake", "libqt4-dev"])
else: