diff --git a/qtdeclarative-system_doubleconv.patch b/qtdeclarative-system_doubleconv.patch index b68cd57..beb0be7 100644 --- a/qtdeclarative-system_doubleconv.patch +++ b/qtdeclarative-system_doubleconv.patch @@ -7,7 +7,7 @@ diff -up qtdeclarative-opensource-src-5.6.0/src/qml/jsruntime/jsruntime.pri.syst -include(../../3rdparty/double-conversion/double-conversion.pri) +INCLUDEPATH += /usr/include/double-conversion -+LIBS += -ldouble-conversion ++LIBS_PRIVATE += -ldouble-conversion diff -up qtdeclarative-opensource-src-5.6.0/src/qml/jsruntime/qv4runtime.cpp.system_doubleconv qtdeclarative-opensource-src-5.6.0/src/qml/jsruntime/qv4runtime.cpp --- qtdeclarative-opensource-src-5.6.0/src/qml/jsruntime/qv4runtime.cpp.system_doubleconv 2016-02-26 03:34:34.000000000 -0600 +++ qtdeclarative-opensource-src-5.6.0/src/qml/jsruntime/qv4runtime.cpp 2016-05-20 11:22:00.603641534 -0500