aboutsummaryrefslogtreecommitdiff
path: root/autotests/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2015-04-04 13:40:21 +0200
committerDavid Faure <faure@kde.org>2015-04-04 13:44:01 +0200
commitee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d (patch)
treeeef98e45e0714e13dde055e9a684290588d97dc8 /autotests/CMakeLists.txt
parent731a9b83f4bd1f2dc840cfae84edcd0b533810aa (diff)
downloadkconfig-ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d.tar.gz
kconfig-ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d.tar.bz2
KConfig: fix using KSharedConfig in global object destructor.
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232
Diffstat (limited to 'autotests/CMakeLists.txt')
-rw-r--r--autotests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
index b91f754b..69e23ac4 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
@@ -37,6 +37,7 @@ ecm_add_tests(
kdesktopfiletest.cpp
ksharedconfigtest.cpp
test_kconf_update.cpp
+ ksharedconfig_in_global_object
NAME_PREFIX kconfigcore-
LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent
)