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 \