summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindTDE.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-06 19:18:16 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-06 19:18:16 +0000
commitce35309a6c534af739bddab824ee02804fd0cc2a (patch)
tree22a2858b53ff4bb77457a77e4b0b17590b3a8c0f /cmake/modules/FindTDE.cmake
parent45082122fccb42c31ae28f6b41e0ac51099d499b (diff)
downloadother-ce35309a6c534af739bddab824ee02804fd0cc2a.tar.gz
other-ce35309a6c534af739bddab824ee02804fd0cc2a.zip
[kde-common/cmake] FindTDE.cmake: check for makekdewidgets
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1223984 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cmake/modules/FindTDE.cmake')
-rw-r--r--cmake/modules/FindTDE.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindTDE.cmake b/cmake/modules/FindTDE.cmake
index b09a589..8809178 100644
--- a/cmake/modules/FindTDE.cmake
+++ b/cmake/modules/FindTDE.cmake
@@ -71,6 +71,7 @@ if( NOT TDE_FOUND )
__internal_find_program( dcopidl2cpp KDE3_DCOPIDL2CPP_EXECUTABLE )
__internal_find_program( meinproc KDE3_MEINPROC_EXECUTABLE )
__internal_find_program( kconfig_compiler KDE3_KCFGC_EXECUTABLE )
+ __internal_find_program( makekdewidgets KDE3_MAKEKDEWIDGETS_EXECUTABLE )
# dcopidlng is a bash script which using kde-config;
# if PATH to kde-config is not set, dcopidlng will fail;