From 834e34d88fef4de67a1a6237fa346e99b6d39bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 14 Apr 2015 10:25:36 +0000 Subject: [PATCH] PIP ICUlpha ICU support git-svn-id: svn://db.shs.com.ru/libs@5 a8b55f48-bf90-11e4-a774-851b48703e85 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4259a1..2ceff78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ if (${WIN32}) endif (${WIN32}) find_package(Qt REQUIRED) set(LIB 1) +set(ICU 1) set(LIBPROJECT 1) set(PIP_LIBRARY pip) set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code")