mirror of https://github.com/nymea/nymea.git
add qtquick to build dependencies, needed by tests
parent
127aacf2f4
commit
21f61b89a2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ TARGET = scripts
|
|||
SOURCES += testscripts.cpp \
|
||||
testhelper.cpp
|
||||
|
||||
QT += quick
|
||||
QT += qml
|
||||
|
||||
HEADERS += \
|
||||
testhelper.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue