From 01e8135397f30bf9107228bd4006c8e0ec10d76b Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 28 Dec 2010 23:20:58 +0200 Subject: [PATCH] yg_tests without one file that doesn't compile on msvc --- omim.pro | 2 +- yg/yg_tests/yg_tests.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/omim.pro b/omim.pro index 3edd32a8bc..9c479a0b31 100644 --- a/omim.pro +++ b/omim.pro @@ -19,7 +19,7 @@ SUBDIRS = 3party \ indexer/indexer_tool \ qt_tstfrm \ indexer/indexer_tests \ - yg/yg_tests \ + yg/yg_tests \ qt } diff --git a/yg/yg_tests/yg_tests.pro b/yg/yg_tests/yg_tests.pro index 0e88599702..5cd14d1234 100644 --- a/yg/yg_tests/yg_tests.pro +++ b/yg/yg_tests/yg_tests.pro @@ -23,7 +23,7 @@ SOURCES += \ skin_loader_test.cpp \ skin_test.cpp \ screengl_test.cpp \ - formats_loading_test.cpp \ +# formats_loading_test.cpp \ thread_render.cpp \ opengl_test.cpp \ screenglglobal_test.cpp \