mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Created Building with Qt (markdown)
parent
0a2065a09d
commit
5b1dcd593c
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue