mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Enable installing of ICU on Linux
Since 5.6.1 is now available on Jenkins, installing of ICU can finally be activated.
This commit is contained in:
@@ -47,10 +47,9 @@ else:unix: {
|
||||
QT5_LIBRARIES *= libQt5Xml.so.5
|
||||
QT5_LIBRARIES *= libqgsttools_p.so.1
|
||||
|
||||
# Todo: ICU is necessary on Linux. Uncomment lines below when 5.6.1 is built with ICU enabled on Jenkins
|
||||
# QT5_LIBRARIES *= libicui18n.so.56
|
||||
# QT5_LIBRARIES *= libicuuc.so.56
|
||||
# QT5_LIBRARIES *= libicudata.so.56
|
||||
QT5_LIBRARIES *= libicui18n.so.56
|
||||
QT5_LIBRARIES *= libicuuc.so.56
|
||||
QT5_LIBRARIES *= libicudata.so.56
|
||||
|
||||
qt5_target.path = $${PREFIX}/lib
|
||||
QT5_LIBRARY_DIR = $$[QT_INSTALL_LIBS]
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
<name>lib_linux</name>
|
||||
<platforms>linux linux-x64</platforms>
|
||||
<distributionFileList>
|
||||
<!-- Disable icu until Jenkins Qt5 is linked against it.
|
||||
<distributionFile>
|
||||
<origin>../../dist/lib/libicudata.so.56</origin>
|
||||
</distributionFile>
|
||||
@@ -90,7 +89,6 @@
|
||||
<distributionFile>
|
||||
<origin>../../dist/lib/libicuuc.so.56</origin>
|
||||
</distributionFile>
|
||||
-->
|
||||
<distributionFile>
|
||||
<origin>../../dist/lib/libQt5Core.so.5</origin>
|
||||
</distributionFile>
|
||||
|
||||
Reference in New Issue
Block a user