diff options
author | Matthias Kretz <kretz@kde.org> | 2007-07-12 08:15:33 +0000 |
---|---|---|
committer | Matthias Kretz <kretz@kde.org> | 2007-07-12 08:15:33 +0000 |
commit | ffdfd12a80c61d5b5a4abf96de76e5e1702fb619 (patch) | |
tree | 54c987b1f78f6b1469b6b15adaf4501c90b3926b /modules/kde4automoc.files.in | |
parent | dbd9ded5439638a7d5599268acc6aa9e8f34f664 (diff) | |
download | extra-cmake-modules-ffdfd12a80c61d5b5a4abf96de76e5e1702fb619.tar.gz extra-cmake-modules-ffdfd12a80c61d5b5a4abf96de76e5e1702fb619.tar.bz2 |
Use configure_file instead of file(write ...) so that the file is only touched
when it really changes. Now the automoc target may depend on that file and
doesn't have to depend on CMakeLists.txt anymore.
svn path=/trunk/KDE/kdelibs/; revision=686821
Diffstat (limited to 'modules/kde4automoc.files.in')
-rw-r--r-- | modules/kde4automoc.files.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/kde4automoc.files.in b/modules/kde4automoc.files.in new file mode 100644 index 00000000..011c52a3 --- /dev/null +++ b/modules/kde4automoc.files.in @@ -0,0 +1,4 @@ +MOC_INCLUDES: +@_moc_incs@ +SOURCES: +@_moc_files@ |