File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ If you want to contribute please take a look at the [Coding Style](https://githu
31
31
### Linux
32
32
* [ Qt 5.8+] ( https://www.qt.io/download-open-source/ )
33
33
* GCC 5.1+ or Clang 3.5.0+ ([ not GCC 6.1] ( https://github.com/RPCS3/rpcs3/issues/1691 ) )
34
- * Debian & Ubuntu: ` sudo apt-get install cmake build-essential libasound2-dev libopenal-dev libwxgtk3.0-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev libudev-dev git `
35
- * Arch: ` sudo pacman -S glew openal cmake llvm `
34
+ * Debian & Ubuntu: ` sudo apt-get install cmake build-essential libasound2-dev libopenal-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev libudev-dev git qt5-default `
35
+ * Arch: ` sudo pacman -S glew openal cmake llvm qt5-base `
36
36
37
37
### Mac OSX
38
38
Mac OSX is not supported at this moment because it doesn't meet system requirements (OpenGL 4.3)
Original file line number Diff line number Diff line change 19
19
#include < QMessageBox>
20
20
#include < QProcess>
21
21
#include < QTimer>
22
+ #include < QUrl>
22
23
23
24
static const std::string m_class_name = " GameViewer" ;
24
25
inline std::string sstr (const QString& _in) { return _in.toUtf8 ().toStdString (); }
You can’t perform that action at this time.
0 commit comments