From 36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 4 Feb 2017 09:45:19 +0000 Subject: Don't export KEntryMap It is internal. --- autotests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autotests') diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 6d259881..96c7b65e 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -16,7 +16,8 @@ if(NOT Qt5Concurrent_FOUND) return() endif() -set(kentrymaptest_SRCS kentrymaptest.cpp) +# compile KEntryMap into the test since it's not exported +set(kentrymaptest_SRCS kentrymaptest.cpp ../src/core/kconfigdata.cpp) ecm_add_test(${kentrymaptest_SRCS} TEST_NAME kentrymaptest LINK_LIBRARIES KF5::ConfigCore Qt5::Test -- cgit v1.2.1