Commit a1625db2 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Update UnicodeConverter.pro

Changed path to icu libs
parent 986995ed
...@@ -81,9 +81,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 { ...@@ -81,9 +81,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
CONFIG += plugin CONFIG += plugin
TARGET_EXT = .so TARGET_EXT = .so
INCLUDEPATH += $$PWD/icubuilds/$$ICU_BUILDS_PLATFORM/usr/local/include INCLUDEPATH += /usr/local/include
LIBS += $$PWD/../build/bin/icu/$$ICU_BUILDS_PLATFORM/libicuuc.so.55 LIBS += /usr/local/lib/libicuuc.so.55
LIBS += $$PWD/../build/bin/icu/$$ICU_BUILDS_PLATFORM/libicudata.so.55 LIBS += /usr/local/lib/libicudata.so.55
message(linux) message(linux)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment