Try Qt 6 again

This commit is contained in:
Jason Flatt 2024-10-31 13:50:33 -07:00
parent 32597fc39d
commit 467635e890

View file

@ -1,6 +1,6 @@
id: org.mamedev.MAME id: org.mamedev.MAME
runtime: org.kde.Platform runtime: org.kde.Platform
runtime-version: 5.15-23.08 runtime-version: '6.8'
sdk: org.kde.Sdk sdk: org.kde.Sdk
command: mame command: mame
separate-locales: false separate-locales: false
@ -21,6 +21,8 @@ modules:
build-options: build-options:
no-debuginfo: true no-debuginfo: true
strip: true strip: true
env:
QT_HOME: '/'
build-commands: build-commands:
- make - make
-j ${FLATPAK_BUILDER_N_JOBS} -j ${FLATPAK_BUILDER_N_JOBS}