kumquat-buildroot/package/qt5/qt5knx/qt5knx.mk
Angelo Compagnucci 262a7f6d2f package/qt5/qt5knx: new package
The Qt KNX module implements the client side of a connection between a
client and a KNXnet/IP server.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-12-06 11:15:54 +01:00

15 lines
442 B
Makefile

################################################################################
#
# qt5knx
#
################################################################################
QT5KNX_VERSION = $(QT5_VERSION)
QT5KNX_SITE = $(call github,qt,qtknx,v$(QT5_VERSION))
QT5KNX_INSTALL_STAGING = YES
QT5KNX_LICENSE = GPL-3.0 with exception
QT5KNX_LICENSE_FILES = LICENSE.GPL3 LICENSE.GPL3-EXCEPT
QT5KNX_SYNC_QT_HEADERS = YES
$(eval $(qmake-package))