mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-18 18:00:25 +08:00
update qmake plugin
This commit is contained in:
parent
510a75708f
commit
804422a2c4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user