summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/qt/Config.in5
-rw-r--r--package/qt/qt.mk3
2 files changed, 8 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 8d67e37bde..0a21e93c13 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -416,4 +416,9 @@ config BR2_PACKAGE_QT_DECLARATIVE
Build the Qt Declarative Module for qml support
if unsure, say n.
+config BR2_PACKAGE_QT_TEST
+ bool "Test Module"
+ help
+ Install the Test module.
+
endif # BR2_PACKAGE_QT
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index f54b6e67c3..6d01023cf7 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -586,6 +586,9 @@ endif
ifeq ($(BR2_PACKAGE_QT_GFX_POWERVR),y)
QT_INSTALL_LIBS += pvrQWSWSEGL
endif
+ifeq ($(BR2_PACKAGE_QT_TEST),y)
+QT_INSTALL_LIBS += QtTest
+endif
QT_CONF_FILE=$(HOST_DIR)/usr/bin/qt.conf
OpenPOWER on IntegriCloud