add qtquick to build dependencies, needed by tests
This commit is contained in:
parent
127aacf2f4
commit
21f61b89a2
19
debian/control
vendored
19
debian/control
vendored
@ -6,16 +6,9 @@ Standards-Version: 3.9.7
|
|||||||
Homepage: https://nymea.io
|
Homepage: https://nymea.io
|
||||||
Vcs-Git: https://github.com/guh/guh.git
|
Vcs-Git: https://github.com/guh/guh.git
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
|
dbus-test-runner,
|
||||||
dh-systemd,
|
dh-systemd,
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
rsync,
|
|
||||||
qtchooser,
|
|
||||||
qt5-default,
|
|
||||||
qt5-qmake:native,
|
|
||||||
qtbase5-dev,
|
|
||||||
qttools5-dev-tools,
|
|
||||||
qtconnectivity5-dev,
|
|
||||||
qtdeclarative5-dev,
|
|
||||||
libnymea-remoteproxyclient-dev,
|
libnymea-remoteproxyclient-dev,
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
libqt5bluetooth5,
|
libqt5bluetooth5,
|
||||||
@ -23,7 +16,15 @@ Build-Depends: debhelper (>= 9.0.0),
|
|||||||
libqt5dbus5,
|
libqt5dbus5,
|
||||||
libssl-dev,
|
libssl-dev,
|
||||||
libnymea-mqtt-dev (>= 0.1.2),
|
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
|
Package: nymea
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|||||||
@ -5,7 +5,7 @@ TARGET = scripts
|
|||||||
SOURCES += testscripts.cpp \
|
SOURCES += testscripts.cpp \
|
||||||
testhelper.cpp
|
testhelper.cpp
|
||||||
|
|
||||||
QT += quick
|
QT += qml
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
testhelper.h
|
testhelper.h
|
||||||
|
|||||||
Reference in New Issue
Block a user