use LIBS_PRIVATE
This commit is contained in:
parent
e60ee2e11a
commit
f60f1a293a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user