forked from organicmaps/organicmaps
Removed files, added define
This commit is contained in:
parent
5e90f41eff
commit
77a1850f20
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue