1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

added icu libs to be copied again

This commit is contained in:
James Duley 2014-08-25 13:52:19 +12:00
parent 135b5d635e
commit 1bea84d7c9

View File

@ -30,7 +30,10 @@ GCS_LIBRARY_PATH
libQt5Qml.so.5 \
libQt5DBus.so.5 \
libQt5QuickParticles.so.5 \
libqgsttools_p.so.1
libqgsttools_p.so.1 \
libicui18n.so.52 \
libicuuc.so.52 \
libicudata.so.52
data_copy.commands += -@$(MKDIR) $$targetPath(\"$$GCS_QT_LIBRARY_PATH\") $$addNewline()
for(lib, QT_LIBS) {