Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-03-13 23:26:36 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:33 +0300
commitecf11a5db21ae49f64d7f9d23da883ba0d7395f9 (patch)
tree9709912c64af1c002fa6b10f6196ccb25bc25d53 /platform/platform.pro
parentc0edea9082917be4a09469aa135a38c067c6b49d (diff)
Added coding/sha2.hpp and coding/base64.hpp
Unique user ID now calculated as sha224 + base64
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 775dd21d35..a7d9c5dceb 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -5,12 +5,10 @@ TEMPLATE = lib
CONFIG += staticlib
ROOT_DIR = ..
-DEPENDENCIES = base tomcrypt
+DEPENDENCIES = coding base
include($$ROOT_DIR/common.pri)
-INCLUDEPATH += ../3party/tomcrypt/src/headers
-
QT *= core network
SOURCES += \