Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreshilov <slovaricheg@gmail.com>2017-12-21 00:20:48 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-12-28 12:38:00 +0300
commit4e50a45aadfa0e89bd0e65f6d9342d1e2abc389f (patch)
tree7abb7d5fe5242245be11dce6a95c5b321aced030 /indexer/indexer_tests_support
parent266771ae02c3ba91031614209b202b7890cc29b3 (diff)
[qmake] Goodbye QMake!
+3party dirs +Rebased
Diffstat (limited to 'indexer/indexer_tests_support')
-rw-r--r--indexer/indexer_tests_support/indexer_tests_support.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/indexer/indexer_tests_support/indexer_tests_support.pro b/indexer/indexer_tests_support/indexer_tests_support.pro
deleted file mode 100644
index 08b2d52d08..0000000000
--- a/indexer/indexer_tests_support/indexer_tests_support.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TARGET = indexer_tests_support
-TEMPLATE = lib
-CONFIG += staticlib warn_on
-
-ROOT_DIR = ../..
-
-include($$ROOT_DIR/common.pri)
-
-SOURCES += \
- helpers.cpp \
- test_with_classificator.cpp \
- test_with_custom_mwms.cpp \
-
-HEADERS += \
- helpers.hpp \
- test_with_classificator.hpp \
- test_with_custom_mwms.hpp \