Build Amd64 with qt6

build with qt6
This commit is contained in:
Aslan 2025-09-17 16:03:51 +02:00
parent 8680f092b8
commit 88868a2e07

View file

@ -6,7 +6,7 @@ arch=('x86_64')
license=('GPLv3') license=('GPLv3')
build() { build() {
qmake .. qmake6 ..
make make
} }