summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe98fa08823..865a419e4c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = oscar-git
license = GPL
makedepends = git
makedepends = glu
+ depends = qt5-tools
depends = qt5-serialport
provides = oscar
source = git+https://gitlab.com/pholy/OSCAR-code.git
diff --git a/PKGBUILD b/PKGBUILD
index 122ae96cb6a6..fa5d80a8f619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
url="https://gitlab.com/pholy/OSCAR-code"
license=('GPL')
depends=(
+ 'qt5-tools'
'qt5-serialport'
)
makedepends=(