From 754ef34ecf044e15c386979daec8b0c15b5da963 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 20 Jan 2016 12:20:51 +0200 Subject: qt5: change the QT_DIR_NAME to flatten installation folders Remove the /qt5/ subdirectory from all of the Qt installation paths. This helps on Windows host, since the mingw DLLs are available in /usr/bin, but not in /usr/bin/qt5. Change-Id: Iba3e08aef98cb6c3dcb08e43fcce9152a4a432c1 Reviewed-by: David Schulz Reviewed-by: Rainer Keller --- conf/distro/b2qt.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 4baaa3c..ff20658 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf @@ -69,4 +69,6 @@ IMAGE_CLASSES += "image_types_sdcard deploy-conf" LICENSE_CREATE_PACKAGE = "1" COPY_LIC_MANIFEST = "1" +QT_DIR_NAME = "" + include conf/distro/include/${MACHINE}.conf -- cgit v1.2.3-54-g00ecf