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>
bb10
Andreas Holzammer 2016-03-24 08:01:58 +01:00
parent 9366a8be1e
commit 6ebe7e8f37
1 changed files with 2 additions and 1 deletions

View File

@ -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 \