mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 13:47:49 +00:00
Created Building with Qt (markdown)
parent
0a2065a09d
commit
5b1dcd593c
10
Building-with-Qt.md
Normal file
10
Building-with-Qt.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Linux and OS X
|
||||
Use -DENABLE_QT2 when calling cmake:
|
||||
cmake .. -DENABLE_QT2=true
|
||||
|
||||
# Windows
|
||||
Not supported, waiting on a PR to be merged.
|
||||
|
||||
# Notes
|
||||
* Ensure that Qt5 is installed
|
||||
* Using -DENABLE_LTO=true will break the Qt build
|
Loading…
Reference in New Issue
Block a user