mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
qt: fix up alignment after mechanical replacement
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
685f44de98
commit
b2ea6eaf23
@@ -598,11 +598,11 @@ QT_CONF_FILE = $(HOST_DIR)/bin/qt.conf
|
||||
define QT_INSTALL_QT_CONF
|
||||
mkdir -p $(dir $(QT_CONF_FILE))
|
||||
echo "[Paths]" > $(QT_CONF_FILE)
|
||||
echo "Prefix=$(HOST_DIR)" >> $(QT_CONF_FILE)
|
||||
echo "Prefix=$(HOST_DIR)" >> $(QT_CONF_FILE)
|
||||
echo "Headers=$(STAGING_DIR)/usr/include" >> $(QT_CONF_FILE)
|
||||
echo "Libraries=$(STAGING_DIR)/usr/lib" >> $(QT_CONF_FILE)
|
||||
echo "Data=$(HOST_DIR)" >> $(QT_CONF_FILE)
|
||||
echo "Binaries=$(HOST_DIR)/bin" >> $(QT_CONF_FILE)
|
||||
echo "Data=$(HOST_DIR)" >> $(QT_CONF_FILE)
|
||||
echo "Binaries=$(HOST_DIR)/bin" >> $(QT_CONF_FILE)
|
||||
endef
|
||||
|
||||
# After running Qt normal installation process (which installs
|
||||
|
||||
Reference in New Issue
Block a user