From 21f61b89a296f13f87e4985b4d71279e7f7986c3 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 20 Dec 2019 10:13:10 +0100 Subject: [PATCH] add qtquick to build dependencies, needed by tests --- debian/control | 19 ++++++++++--------- tests/auto/scripts/scripts.pro | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 7ac17bda..82db62d1 100644 --- a/debian/control +++ b/debian/control @@ -6,16 +6,9 @@ Standards-Version: 3.9.7 Homepage: https://nymea.io Vcs-Git: https://github.com/guh/guh.git Build-Depends: debhelper (>= 9.0.0), + dbus-test-runner, dh-systemd, dpkg-dev (>= 1.16.1~), - rsync, - qtchooser, - qt5-default, - qt5-qmake:native, - qtbase5-dev, - qttools5-dev-tools, - qtconnectivity5-dev, - qtdeclarative5-dev, libnymea-remoteproxyclient-dev, libqt5websockets5-dev, libqt5bluetooth5, @@ -23,7 +16,15 @@ Build-Depends: debhelper (>= 9.0.0), libqt5dbus5, libssl-dev, libnymea-mqtt-dev (>= 0.1.2), - dbus-test-runner, + rsync, + qml-module-qtquick2, + qtchooser, + qt5-default, + qt5-qmake:native, + qtbase5-dev, + qttools5-dev-tools, + qtconnectivity5-dev, + qtdeclarative5-dev, Package: nymea Architecture: any diff --git a/tests/auto/scripts/scripts.pro b/tests/auto/scripts/scripts.pro index 62d2997e..eab7746c 100644 --- a/tests/auto/scripts/scripts.pro +++ b/tests/auto/scripts/scripts.pro @@ -5,7 +5,7 @@ TARGET = scripts SOURCES += testscripts.cpp \ testhelper.cpp -QT += quick +QT += qml HEADERS += \ testhelper.h