mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-04-10 19:15:13 +00:00
Try Qt 6 again
This commit is contained in:
parent
32597fc39d
commit
467635e890
|
@ -1,6 +1,6 @@
|
|||
id: org.mamedev.MAME
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: 5.15-23.08
|
||||
runtime-version: '6.8'
|
||||
sdk: org.kde.Sdk
|
||||
command: mame
|
||||
separate-locales: false
|
||||
|
@ -21,6 +21,8 @@ modules:
|
|||
build-options:
|
||||
no-debuginfo: true
|
||||
strip: true
|
||||
env:
|
||||
QT_HOME: '/'
|
||||
build-commands:
|
||||
- make
|
||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||
|
|
Loading…
Reference in a new issue