From 77a1850f2045ff6031f4de7c80931d6d186f6f4a Mon Sep 17 00:00:00 2001 From: Roman Sorokin Date: Mon, 25 Aug 2014 14:51:53 +0300 Subject: [PATCH] Removed files, added define --- drape/drape_tests/drape_tests.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drape/drape_tests/drape_tests.pro b/drape/drape_tests/drape_tests.pro index aba0486301..e0639d93ed 100644 --- a/drape/drape_tests/drape_tests.pro +++ b/drape/drape_tests/drape_tests.pro @@ -8,11 +8,11 @@ TARGET = drape_tests CONFIG += console warn_on CONFIG -= app_bundle TEMPLATE = app -DEFINES += OGL_TEST_ENABLED GTEST_DONT_DEFINE_TEST +DEFINES += OGL_TEST_ENABLED GTEST_DONT_DEFINE_TEST COMPILER_TESTS DEPENDENCIES = platform coding base gmock ROOT_DIR = ../.. -SHADER_COMPILE_ARGS = $$PWD/../shaders shader_index.txt shader_def $$PWD/enum_shaders.hpp +SHADER_COMPILE_ARGS = $$PWD/../shaders shader_index.txt shader_def include($$ROOT_DIR/common.pri) QT += core