summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-02 20:28:46 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-02 20:33:41 +0200
commit8c0ced091ce1122dec5f1d414e094f7129c9b846 (patch)
treeb9e574d311d78eef9c1022908635931f452cf591 /Makefile
parent1501c0319f226eb25cf98e194a24233852638c62 (diff)
[test] include missing qrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 000b755..9ae723e 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@ depends:
-@make depends$(UNAME)
dependsLinux:
- @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl
+ @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl g++ qt5-qmake qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick-controls libqt5qml5 qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qt-labs-qmlmodels qml-module-qtquick-extras qml-module-qtquick-dialogs
+
@make -C docker deps
@# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic