forked from organicmaps/organicmaps
[mingw] As Mingw doesn't support --gc-sections, returned back all library dependencies
This commit is contained in:
parent
a9966a11fc
commit
8b99de7661
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map indexer platform geometry coding base
|
||||
DEPENDENCIES = map yg indexer platform geometry coding base freetype fribidi expat
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
QT *= core
|
||||
QT *= core opengl
|
||||
|
||||
win32 {
|
||||
LIBS *= -lShell32 -lOpengl32
|
||||
|
|
Loading…
Add table
Reference in a new issue