Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Ubuntu 20.04 - unable to find QT6 dependencies #22

Open
sandman opened this issue Jul 12, 2023 · 1 comment
Open

Installation on Ubuntu 20.04 - unable to find QT6 dependencies #22

sandman opened this issue Jul 12, 2023 · 1 comment

Comments

@sandman
Copy link

sandman commented Jul 12, 2023

First of all, thanks for this nice project! I tried out the UvgRTP and looking forward to playing around with this project.

I have an Ubuntu 20.04 system which does not officially offer the following dependencies:

  • qt6-base-dev
  • libqt6svg6-dev
  • qt6-multimedia-dev

I'm wondering if there are any ways around this? I could set up a Docker environment but want to make sure I'm not missing something simpler to set up this project. Thanks in advance.

@jrsnen
Copy link
Member

jrsnen commented Jul 25, 2023

Hello and thank you for your interest in our projects. Kvazzup is still missing some connectivity features to be able to form the call connection in many common scenarios, but the rest of the program should work, and the program is still under development. Recent large scale changes may have left few bugs, but I try to fix them the best I can.

Yes, it seems Qt 6 was only introduced in Ubuntu 22. I recently moved the whole project from Qt 5 to Qt 6 and decided to not keep supporting Qt 5 to keep things as simple as possible on the development side.

You have few options: 1) You can try to compile the old version which supported Qt 5: d749810
2) or you can try installing Qt 6 on your machine
3) or you can set up a new environment as you were considering doing.

Obviously, the problem with 1) is that there may be fixes and features added after that.

BR, Joni Räsänen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants