From db5c2500c2fab46d9ab69d2159fba936ea528e25 Mon Sep 17 00:00:00 2001 From: scribam Date: Sun, 29 Oct 2017 18:13:07 +0100 Subject: [PATCH] Update PPA urls to the latest version of Qt --- rpcs3/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index a51062ff78..b2f1da3457 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -29,8 +29,8 @@ if (NOT Qt5Widgets_FOUND) if ("${CMAKE_SYSTEM}" MATCHES "Linux") 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. - https://launchpad.net/~beineri/+archive/ubuntu/opt-qt591-xenial - https://launchpad.net/~beineri/+archive/ubuntu/opt-qt591-trusty + https://launchpad.net/~beineri/+archive/ubuntu/opt-qt592-xenial + https://launchpad.net/~beineri/+archive/ubuntu/opt-qt592-trusty just make sure to run source /opt/qt59/bin/qt59-env.sh before re-running cmake")