forked from organicmaps/organicmaps-tmp
VS2008 compilation fix
This commit is contained in:
parent
81ad4a5a7a
commit
b36c5c033f
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ DEPENDENCIES = storage indexer geometry platform coding base
|
|||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
win32 {
|
||||
LIBS += -lshell32
|
||||
}
|
||||
|
||||
QT += core
|
||||
|
||||
HEADERS +=
|
||||
|
|
Loading…
Add table
Reference in a new issue