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
path: root/words
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-07-13 14:39:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:33 +0300
commit8e6fe4314ab9e8924ecb322f900c43a2c6217722 (patch)
treed7ad3ba3f893f8cc998c47f824d882ec2400410f /words
parentb6a6f46f5bfd2ee1f0871d5480e2b7e70afab648 (diff)
[win] Fixed compilation issues
Diffstat (limited to 'words')
-rw-r--r--words/words_tests/words_tests.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/words/words_tests/words_tests.pro b/words/words_tests/words_tests.pro
index 98bf9fb670..18561e776f 100644
--- a/words/words_tests/words_tests.pro
+++ b/words/words_tests/words_tests.pro
@@ -4,12 +4,16 @@ CONFIG += console
CONFIG -= app_bundle
ROOT_DIR = ../..
-DEPENDENCIES = platform words coding base zlib bzip2
+DEPENDENCIES = words platform coding base zlib bzip2
include($$ROOT_DIR/common.pri)
QT += core
+win32 {
+ LIBS += -lshell32
+}
+
SOURCES += $$ROOT_DIR/testing/testingmain.cpp \
sorted_index_test.cpp \