Skip to content

Commit 1847e15

Browse files
committed
Fix embedded Linux debug build
The icu header files are picked up from src/3rdparty/chromium/third_party/icu, but the syroot's icu libs were linked. Do not claim to support linking against the sysroot's icu. This never worked properly in 5.5. Task-number: QTBUG-49693 Change-Id: I7dca37ecefbc5b1dabfadf86540442b8face8347 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
1 parent bb06a56 commit 1847e15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/config/embedded_linux.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ GYP_CONFIG += \
4444
use_ozone=1 \
4545
use_pango=0 \
4646
use_system_fontconfig=1 \
47-
use_system_icu=1 \
4847
icu_use_data_file_flag=0 \
4948
use_x11=0 \
5049
v8_use_snapshot=false \

0 commit comments

Comments
 (0)