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
|
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}
|
||||||
|
|
Loading…
Reference in a new issue