qtbase-native: Always use qt provided doubleconversion library.

Right now qtbase-native will try to look for double-coversion library on
the host system. If not avaiable it'll use its own copy. This means
qtbase-native binaries built on one host may fail to run on another.
Fix this by always using qt provided double-conversion library for
native qtbase builds.

Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
This commit is contained in:
Piotr Tworek
2019-07-26 21:36:33 +02:00
committed by Martin Jansa
parent 14a779e89b
commit f4adfa2ccf

View File

@@ -66,6 +66,7 @@ QT_CONFIG_FLAGS = " \
-no-gcc-sysroot \
-system-zlib \
-qt-pcre \
-qt-doubleconversion \
-no-accessibility \
-no-cups \
-no-sql-mysql \