mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
YUZU: trying to add buildcommands for QT5
This commit is contained in:
parent
0996a7bf08
commit
47e4bc5ad2
|
@ -106,7 +106,7 @@ modules:
|
|||
cleanup: ['*']
|
||||
|
||||
# pcsx2-qt needs QT6, maybe others, here until every qt emulator will support qt6 (not yuzu atm)
|
||||
# from: https://github.com/flathub/org.profex_xrd.Profex
|
||||
# from: https://github.com/flathub/org.profex_xrd.Profex
|
||||
- name: qt6-core5compat
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
|
@ -515,6 +515,7 @@ modules:
|
|||
x-checker-data:
|
||||
type: git
|
||||
tag-pattern: ^n([\d.]+)$
|
||||
|
||||
- name: yuzu
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
|
@ -534,6 +535,10 @@ modules:
|
|||
TITLEBARFORMATIDLE: yuzu {}
|
||||
TITLEBARFORMATRUNNING: yuzu {} | {}
|
||||
LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed
|
||||
build-commands:
|
||||
- |
|
||||
find_package(Qt6 REQUIRED COMPONENTS Core5Compat)
|
||||
target_link_libraries(mytarget PRIVATE Qt6::Core5Compat)
|
||||
cleanup:
|
||||
- /share/man
|
||||
- /share/pixmaps
|
||||
|
|
Loading…
Reference in a new issue