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:
authorTimofey <t.danshin@corp.mail.ru>2016-12-23 16:12:34 +0300
committerTimofey <t.danshin@corp.mail.ru>2017-01-13 00:22:53 +0300
commitc6db14fc5354cfd5479dd340b95329441ac144dd (patch)
tree7b6deb38b7d637bef6d3a2e6a0ef43840a494f7c /indexer/indexer_tests
parent33cdbddffc07cc38a24cde955547e860acba6c02 (diff)
PR Fixes
Diffstat (limited to 'indexer/indexer_tests')
-rw-r--r--indexer/indexer_tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/indexer_tests/CMakeLists.txt b/indexer/indexer_tests/CMakeLists.txt
index 3b7cc28ee4..e2d1f2eef4 100644
--- a/indexer/indexer_tests/CMakeLists.txt
+++ b/indexer/indexer_tests/CMakeLists.txt
@@ -65,6 +65,7 @@ omim_link_libraries(
opening_hours
oauthcpp
pugixml
- ${Qt5Core_LIBRARIES}
${LIBZ}
)
+
+link_qt5_core(${PROJECT_NAME})