git-svn-id: svn://db.shs.com.ru/libs@76 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-01-20 08:41:52 +00:00
parent d88b341070
commit a574473f14
3 changed files with 39 additions and 19 deletions

View File

@@ -5,10 +5,10 @@ if (${WIN32})
find_package(MinGW REQUIRED)
endif (${WIN32})
find_package(Qt REQUIRED)
set(LIB ON)
set(USB ON)
set(ICU ON)
set(CRYPT ON)
set(LIB 1)
set(USB 1)
set(ICU 1)
set(CRYPT 1)
set(LIBPROJECT 1)
set(PIP_LIBRARY pip)
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code")