[win] Fixed compilation issues

This commit is contained in:
Alex Zolotarev 2011-07-13 13:39:52 +03:00 committed by Alex Zolotarev
parent b6a6f46f5b
commit 8e6fe4314a

View file

@ -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 \