mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/qextserialport: remove qt4 support
Qt4 support is about to be dropped, so remove the support from qextserialport as well. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
723e10c414
commit
122f8cf1cb
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_QEXTSERIALPORT
|
config BR2_PACKAGE_QEXTSERIALPORT
|
||||||
bool "qextserialport"
|
bool "qextserialport"
|
||||||
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
|
depends on BR2_PACKAGE_QT5
|
||||||
help
|
help
|
||||||
A Qt library to manage serial ports
|
A Qt library to manage serial ports
|
||||||
|
|
||||||
|
@ -14,16 +14,10 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|||||||
QEXTSERIALPORT_CONF_OPTS += CONFIG+=qesp_static
|
QEXTSERIALPORT_CONF_OPTS += CONFIG+=qesp_static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QT),y)
|
QEXTSERIALPORT_DEPENDENCIES = qt5base
|
||||||
QEXTSERIALPORT_DEPENDENCIES += qt
|
|
||||||
QEXTSERIALPORT_QMAKE = $(QT_QMAKE)
|
|
||||||
else ifeq ($(BR2_PACKAGE_QT5),y)
|
|
||||||
QEXTSERIALPORT_DEPENDENCIES += qt5base
|
|
||||||
QEXTSERIALPORT_QMAKE = $(QT5_QMAKE)
|
|
||||||
endif
|
|
||||||
|
|
||||||
define QEXTSERIALPORT_CONFIGURE_CMDS
|
define QEXTSERIALPORT_CONFIGURE_CMDS
|
||||||
cd $(@D); $(TARGET_MAKE_ENV) $(QEXTSERIALPORT_QMAKE) $(QEXTSERIALPORT_CONF_OPTS)
|
cd $(@D); $(TARGET_MAKE_ENV) $(QT5_QMAKE) $(QEXTSERIALPORT_CONF_OPTS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define QEXTSERIALPORT_BUILD_CMDS
|
define QEXTSERIALPORT_BUILD_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user