diff --git a/CellFrameDashboard.pro b/CellFrameDashboard.pro
index 83f28a19ac0ec88b12cdca8d8b1a1f06ab156287..d235244dcc39ba022766ab8f90adb162924d41b1 100755
--- a/CellFrameDashboard.pro
+++ b/CellFrameDashboard.pro
@@ -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
 }
diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro
index 584e6a18aabd43901e979e85a2afdf376a2f439f..7ffd7be446312473ae45366ebb6c955baad6cb28 100755
--- a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro
+++ b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro
@@ -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
 }
diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro
index 738fbd54ea3842a8c5d8e518ff9a9bac944e9a95..7c88da10531ed29313b3ee59d459e91dcec9e69a 100755
--- a/CellFrameDashboardService/CellFrameDashboardService.pro
+++ b/CellFrameDashboardService/CellFrameDashboardService.pro
@@ -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 += \