mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-01 04:55:31 +02:00
smaller qt fixups
This commit is contained in:
parent
5c2563fb7d
commit
036c90f202
2 changed files with 11 additions and 1 deletions
10
docs/Deps.md
10
docs/Deps.md
|
|
@ -373,6 +373,16 @@ RedoxOS currently does not support SDL3. You will have to compile it yourself an
|
||||||
[Caveats](./Caveats.md#redoxos).
|
[Caveats](./Caveats.md#redoxos).
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>managarm</summary>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
xbps-install -Syu git cmake patch lz4 opus openssl mesa zstd zlib mlibc vulkan-loader qtbase6 qtdeclarative6 qtmultimedia6 boost
|
||||||
|
```
|
||||||
|
|
||||||
|
[Caveats](./Caveats.md#managarm)
|
||||||
|
|
||||||
|
</dtails>
|
||||||
|
|
||||||
## All Done
|
## All Done
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ if (ENABLE_OPENGL)
|
||||||
target_compile_definitions(qt_common PUBLIC HAS_OPENGL)
|
target_compile_definitions(qt_common PUBLIC HAS_OPENGL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE AND NOT PLATFORM_MANAGARM)
|
||||||
if (DEFINED Qt6Gui_PRIVATE_INCLUDE_DIRS)
|
if (DEFINED Qt6Gui_PRIVATE_INCLUDE_DIRS)
|
||||||
target_include_directories(qt_common PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
target_include_directories(qt_common PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue