mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
YUZU: trying to add buildcommands for QT5
This commit is contained in:
parent
0996a7bf08
commit
47e4bc5ad2
|
@ -106,7 +106,7 @@ modules:
|
||||||
cleanup: ['*']
|
cleanup: ['*']
|
||||||
|
|
||||||
# pcsx2-qt needs QT6, maybe others, here until every qt emulator will support qt6 (not yuzu atm)
|
# 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
|
- name: qt6-core5compat
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
@ -515,6 +515,7 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^n([\d.]+)$
|
tag-pattern: ^n([\d.]+)$
|
||||||
|
|
||||||
- name: yuzu
|
- name: yuzu
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
@ -534,6 +535,10 @@ modules:
|
||||||
TITLEBARFORMATIDLE: yuzu {}
|
TITLEBARFORMATIDLE: yuzu {}
|
||||||
TITLEBARFORMATRUNNING: yuzu {} | {}
|
TITLEBARFORMATRUNNING: yuzu {} | {}
|
||||||
LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed
|
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:
|
cleanup:
|
||||||
- /share/man
|
- /share/man
|
||||||
- /share/pixmaps
|
- /share/pixmaps
|
||||||
|
|
Loading…
Reference in a new issue