retro-imager/appimagecraft.yml

28 lines
653 B
YAML
Raw Normal View History

version: 1
project:
name: org.raspberrypi.rpi-imager
2024-10-02 15:53:01 +01:00
version: 1.9.2
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: MinSizeRel
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