Commit 9d6cebb8 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play wpsoffice: drop qt4 dependency (eterbug #17812)

parent 5a7a10e0
...@@ -33,10 +33,10 @@ is_stdcpp_enough "12.1" && remove_file $PRODUCTDIR/office6/libstdc++.so* ...@@ -33,10 +33,10 @@ is_stdcpp_enough "12.1" && remove_file $PRODUCTDIR/office6/libstdc++.so*
# hack to fix bug somewhere in linking # hack to fix bug somewhere in linking
ignore_lib_requires "libc++.so" ignore_lib_requires "libc++.so"
# QT is prebuilded # avoid dependency to Qt 4
#ignore_lib_requires "libQtCore.so.4 libQtNetwork.so.4 libQtXml.so.4"
remove_file $PRODUCTDIR/office6/librpcwpsapi.so remove_file $PRODUCTDIR/office6/librpcwpsapi.so
remove_file $PRODUCTDIR/office6/librpcwppapi.so remove_file $PRODUCTDIR/office6/librpcwppapi.so
remove_file $PRODUCTDIR/office6/librpcetapi.so
# WPS Office provide libuof.so()(64bit) itself # WPS Office provide libuof.so()(64bit) itself
ignore_lib_requires "libuof.so" ignore_lib_requires "libuof.so"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment