From 8e6fe4314ab9e8924ecb322f900c43a2c6217722 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 13 Jul 2011 13:39:52 +0300 Subject: [PATCH] [win] Fixed compilation issues --- words/words_tests/words_tests.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \