mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:44:37 +02:00
Created Building with Qt (markdown)
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
|
Reference in New Issue
Block a user