From 8b99de7661fc635ff0e7feea447f004b3c9d6200 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 2 Oct 2011 23:29:29 +0300 Subject: [PATCH] [mingw] As Mingw doesn't support --gc-sections, returned back all library dependencies --- map/map_tests/map_tests.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro index ab73d5eab6..37fdecf9a7 100644 --- a/map/map_tests/map_tests.pro +++ b/map/map_tests/map_tests.pro @@ -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