mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 15:35:20 +01:00
27 lines
655 B
YAML
27 lines
655 B
YAML
version: 1
|
|
|
|
project:
|
|
name: org.coreymclark.retro-imager
|
|
version: 0.3.0
|
|
|
|
build:
|
|
cmake:
|
|
source_dir: src/
|
|
# You should also set your Qt6_ROOT here, like so:
|
|
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
|
|
environment:
|
|
BUILD_TYPE: MinSizeRel
|
|
|
|
appimage:
|
|
linuxdeploy:
|
|
plugins:
|
|
- qt
|
|
raw_environment:
|
|
QMAKE: /home/corey/Qt/6.7.3/gcc_64/bin/qmake
|
|
QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/"
|
|
environment:
|
|
EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
|
|
EXTRA_QT_PLUGINS: "waylandcompositor"
|
|
|