Skip to content

Commit

Permalink
Update to Qt6 v4
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabedikartola2 authored Nov 28, 2024
1 parent 4b5dac1 commit 1af9534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ arch=('x86_64')
url="https://github.com/swl-x/MystiQ/"
license=('GPL3')
depends=('qt6-declarative' 'qt6-multimedia' 'ffmpeg' 'libnotify' 'sox')
makedepends=('qt6-tools' 'qt6-base' 'qt5-base')
makedepends=('qt6-tools' 'qt6-base')
source=("git+https://github.com/biglinux/MystiQ.git")
sha256sums=(SKIP)

build() {
ls -la
cd ${_pkgname}
qmake mystiq.pro
qmake6 mystiq.pro
make
strip mystiq
}
Expand Down

0 comments on commit 1af9534

Please sign in to comment.