forked from organicmaps/organicmaps
[win] Fixed compilation issues
This commit is contained in:
parent
b6a6f46f5b
commit
8e6fe4314a
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue