aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurkhard Lück <lueck@hube-lueck.de>2014-11-02 21:30:26 +0100
committerBurkhard Lück <lueck@hube-lueck.de>2014-11-02 21:30:26 +0100
commita06e315214edbe2d77d4abdaa11cae5c5a452a2d (patch)
tree1f9f995347c848383f9073c763a71db2b46034d6
parentf1525cadd00445e7683533d510983b187935c246 (diff)
downloadkconfig-a06e315214edbe2d77d4abdaa11cae5c5a452a2d.tar.gz
kconfig-a06e315214edbe2d77d4abdaa11cae5c5a452a2d.tar.bz2
Define <source_files_var> for ecm_create_qm_loader
REVIEW:120947
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index ad29bf31..5d340afa 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -9,6 +9,7 @@ set(libkconfiggui_SRCS
kconfigskeleton.cpp
kstandardshortcut.cpp
kwindowconfig.cpp
+ ${kconfig_QM_LOADER}
)
add_library(KF5ConfigGui ${libkconfiggui_SRCS})