From 6b2831159f09f890e3dca1b3afe9f76f1c009dd1 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Tue, 16 Jun 2015 15:42:44 +0300 Subject: [PATCH] [build] Fixed linux build - graphics depends on indexer so link order should be fixed. --- graphics/graphics_tests/graphics_tests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/graphics_tests/graphics_tests.pro b/graphics/graphics_tests/graphics_tests.pro index 6e0a4e728c..2d8e88ce65 100644 --- a/graphics/graphics_tests/graphics_tests.pro +++ b/graphics/graphics_tests/graphics_tests.pro @@ -4,7 +4,7 @@ CONFIG -= app_bundle TEMPLATE = app ROOT_DIR = ../.. -DEPENDENCIES = qt_tstfrm map indexer graphics platform geometry coding base expat freetype fribidi protobuf tomcrypt +DEPENDENCIES = qt_tstfrm map graphics indexer platform geometry coding base expat freetype fribidi protobuf tomcrypt include($$ROOT_DIR/common.pri)