[Qt] Fix repository urls to install Qt

This commit is contained in:
scribam 2017-10-02 20:27:55 +02:00 committed by Ivan
parent eb8af974dc
commit 425ddd13e5
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ if (NOT Qt5Widgets_FOUND)
if ("${CMAKE_SYSTEM}" MATCHES "Linux") if ("${CMAKE_SYSTEM}" MATCHES "Linux")
message(FATAL_ERROR "Most distros do not provide an up-to-date version of Qt. message(FATAL_ERROR "Most distros do not provide an up-to-date version of Qt.
If you're on Ubuntu or Linux Mint, there are PPAs you can use to install an up-to-date qt5 version. If you're on Ubuntu or Linux Mint, there are PPAs you can use to install an up-to-date qt5 version.
https://launchpad.net/~beineri/+archive/ubuntu/opt-qt59-xenial https://launchpad.net/~beineri/+archive/ubuntu/opt-qt591-xenial
https://launchpad.net/~beineri/+archive/ubuntu/opt-qt59-trusty https://launchpad.net/~beineri/+archive/ubuntu/opt-qt591-trusty
just make sure to run just make sure to run
source /opt/qt59/bin/qt59-env.sh source /opt/qt59/bin/qt59-env.sh
before re-running cmake") before re-running cmake")