summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2016-03-24 08:01:58 +0100
committerAndreas Holzammer <andreas.holzammer@kdab.com>2016-04-28 07:29:46 +0000
commit6ebe7e8f37731a07ca7b1d5b8b93ccf73fb0273b (patch)
treeb53d7787e4346f3d3d3f385d1587475341c192f4 /mkspecs/devices
parent9366a8be1eb7cfa5a5cb3650ae6230b46bb7e538 (diff)
mkspec: Add multiarch include folder to jetson tk1 device spec
Under Windows, the default paths are not correctly set, hence it's necessary to explicitly set this. Change-Id: I9779485115a93bdaf6eb6be87293ca921746bae7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Volker Krause <volker.krause@kdab.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'mkspecs/devices')
-rw-r--r--mkspecs/devices/linux-jetson-tk1-g++/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf b/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf
index 606ba9eca0..493b55384f 100644
--- a/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf
+++ b/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf
@@ -12,7 +12,8 @@
include(../common/linux_device_pre.conf)
QMAKE_INCDIR += \
- $$[QT_SYSROOT]/usr/include
+ $$[QT_SYSROOT]/usr/include \
+ $$[QT_SYSROOT]/usr/include/arm-linux-gnueabihf
QMAKE_LIBDIR += \
$$[QT_SYSROOT]/usr/lib \