[Buildroot] [PATCH] qt: add QtTest to default installed libs

Jerome Oufella jerome.oufella at savoirfairelinux.com
Thu Jul 14 16:12:20 UTC 2011


When selecting Qt, the QtTest library is not copied to the target.
This adds QtTest to the list of copied libraries.

Signed-off-by: Jerome Oufella <jerome.oufella at savoirfairelinux.com>
---
 package/qt/qt.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index ff67058..e8bb62e 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -512,7 +512,7 @@ endef
 
 # Build the list of libraries and plugins to install to the target
 
-QT_INSTALL_LIBS    += QtCore
+QT_INSTALL_LIBS    += QtCore QtTest
 QT_HOST_PROGRAMS   += moc rcc qmake lrelease
 
 ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
-- 
1.7.6



More information about the buildroot mailing list