aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-04-23 16:02:13 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-04-23 16:02:13 +0000
commit729b46a8a2a05b73c304ac3f4ae9f839570d0bdc (patch)
tree811e004a66aa386bca3414b49e127d1ed4d59e73 /modules
parent17cf3330acfb74ea087ac6926eb936e4b530c7dd (diff)
downloadextra-cmake-modules-729b46a8a2a05b73c304ac3f4ae9f839570d0bdc.tar.gz
extra-cmake-modules-729b46a8a2a05b73c304ac3f4ae9f839570d0bdc.tar.bz2
-make the kdewidgets rule depend on makekdewidgets inside kdelibs
Alex svn path=/trunk/KDE/kdelibs/; revision=533083
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 60ae50c0..6d8f89c8 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -571,9 +571,9 @@ MACRO (KDE4_ADD_WIDGET_FILES _sources)
# create source file from the .widgets file
ADD_CUSTOM_COMMAND(OUTPUT ${_source}
- COMMAND ${KDE4_MAKEKDEWIDGETS_EXECUTABLE}
+ COMMAND ${KDE4_MAKEKDEWIDGETS_EXECUTABLE}
ARGS -o ${_source} ${_input}
- MAIN_DEPENDENCY ${_input})
+ MAIN_DEPENDENCY ${_input} DEPENDS ${_KDE4_MAKEKDEWIDGETS_DEP})
# create moc file
QT4_GENERATE_MOC(${_source} ${_moc} )