qt6-base-dev,
qt6-declarative-dev,
qt6-networkauth-dev,
- qt6-svg-dev,
+ qt6-svg-dev [amd64 arm64 armhf i386],
qt6-webengine-dev [amd64 arm64 armhf i386],
- qt6-websockets-dev,
+ qt6-websockets-dev [amd64 arm64 armhf i386],
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/jacktrip/jacktrip/
ifeq ($(strip $(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386)),)
CONFIG += -Dnovs=true
-#else
-#QT_DEPENDS = \
-# qml6-module-qtquick-controls qml6-module-qtqml-workerscript qml6-module-qtquick-templates qml6-module-qtquick-layouts qml6-module-qt5compat-graphicaleffects qml6-module-qtwebchannel qml6-module-qtwebengine
+else
+QT_DEPENDS = \
+ qml6-module-qt5compat-graphicaleffects, \
+ qml6-module-qtqml-workerscript, \
+ qml6-module-qtquick-controls, \
+ qml6-module-qtquick-layouts, \
+ qml6-module-qtquick-templates, \
+ qml6-module-qtquick-window, \
+ qml6-module-qtwebchannel, \
+ qml6-module-qtwebengine
endif