qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Replace qt5-default dependency for Ubuntu 22.04 #900

Closed obrienpja closed 1 year ago

obrienpja commented 1 year ago

What are the issues this pull addresses (issue numbers / links)?

N/A

Did you add tests to cover your changes (yes/no)?

N/A

Did you update the documentation accordingly (yes/no)?

N/A

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

This replaces the qt5-default package with qtbase5-dev and qt5-qmake for installation on Ubuntu 22.04.

Details and comments

N/A