retro-imager/appimagecraft.yml

28 lines
652 B
YAML
Raw Permalink Normal View History

version: 1
project:
2024-10-13 20:53:32 -04:00
name: org.coreymclark.retro-imager
version: 0.5.0
build:
cmake:
source_dir: src/
2024-07-29 15:15:36 +01:00
# You should also set your Qt6_ROOT here, like so:
2024-10-11 02:24:56 -04:00
extra_variables:
Qt6_ROOT: /home/corey/Qt/6.7.3/gcc_64
Qt6_DIR: /home/corey/Qt/6.7.3/gcc_64/lib/cmake/Qt6
2024-07-29 15:15:36 +01:00
environment:
BUILD_TYPE: Release
appimage:
linuxdeploy:
plugins:
2024-10-11 02:24:56 -04:00
- qt
raw_environment:
2024-10-11 02:24:56 -04:00
QMAKE: /home/corey/Qt/6.7.3/gcc_64/bin/qmake
QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/"
2024-07-29 15:16:17 +01:00
environment:
EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
EXTRA_QT_PLUGINS: "waylandcompositor"
2024-10-11 02:24:56 -04:00