diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-20 12:20:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-01 11:40:53 +0000 |
commit | 754ef34ecf044e15c386979daec8b0c15b5da963 (patch) | |
tree | f905ab69aad53d8e79d60e9af6f6663c23a4dca3 | |
parent | 4d1bf317a41617a32a015ebeecc38ba36e4ece5c (diff) | |
download | meta-boot2qt-754ef34ecf044e15c386979daec8b0c15b5da963.tar.gz |
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 <david.schulz@theqtcompany.com>
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
-rw-r--r-- | conf/distro/b2qt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
69 | LICENSE_CREATE_PACKAGE = "1" | 69 | LICENSE_CREATE_PACKAGE = "1" |
70 | COPY_LIC_MANIFEST = "1" | 70 | COPY_LIC_MANIFEST = "1" |
71 | 71 | ||
72 | QT_DIR_NAME = "" | ||
73 | |||
72 | include conf/distro/include/${MACHINE}.conf | 74 | include conf/distro/include/${MACHINE}.conf |