add qtquick to build dependencies, needed by tests

pull/231/head
Michael Zanetti 2019-12-20 10:13:10 +01:00
parent 127aacf2f4
commit 21f61b89a2
2 changed files with 11 additions and 10 deletions

19
debian/control vendored
View File

@ -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

View File

@ -5,7 +5,7 @@ TARGET = scripts
SOURCES += testscripts.cpp \
testhelper.cpp
QT += quick
QT += qml
HEADERS += \
testhelper.h