Skip to content
Snippets Groups Projects
Commit ad099890 authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Placed libicu to static inclusion

parent 7bf4c3b8
No related branches found
No related tags found
2 merge requests!226Added logging of information about the command to the Service.,!225Added logging of information about the command to the Service.
Pipeline #6084 failed with stage
in 8 minutes and 43 seconds
......@@ -16,9 +16,4 @@ unix: !mac : !android {
share_target.files = debian/share/*
share_target.path = /opt/cellframe-dashboard/share/
INSTALLS += share_target
BUILD_FLAG = static
}
defined(BUILD_FLAG,var){
LIBS += -L/usr/lib/icu-static -licuuc -licui18n -licudata
}
......@@ -97,4 +97,9 @@ unix: !mac : !android {
gui_target.files = $${BRAND}
gui_target.path = /opt/cellframe-dashboard/bin/
INSTALLS += gui_target
BUILD_FLAG = static
}
defined(BUILD_FLAG,var){
LIBS += -L/usr/lib/icu-static -licuuc -licui18n -licudata
}
......@@ -72,6 +72,11 @@ unix: !mac : !android {
service_target.files = $${BRAND}Service
service_target.path = /opt/cellframe-dashboard/bin/
INSTALLS += service_target
BUILD_FLAG = static
}
defined(BUILD_FLAG,var){
LIBS += -L/usr/lib/icu-static -licuuc -licui18n -licudata
}
RESOURCES += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment