From b383ce66a8f3890daf8da1224aef0a34d4d99aa2 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sat, 26 Apr 2014 14:05:17 +0200 Subject: Adopt kreadconfig and kwriteconfig to kconfig Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral() --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index caa7a43d..916d51fb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,3 +2,4 @@ add_subdirectory(core) add_subdirectory(gui) add_subdirectory(kconfig_compiler) add_subdirectory(kconf_update) +add_subdirectory(kreadconfig) -- cgit v1.2.1