diff options
author | Kevin Ottens <ervin@kde.org> | 2009-09-02 18:23:54 +0000 |
---|---|---|
committer | Kevin Ottens <ervin@kde.org> | 2009-09-02 18:23:54 +0000 |
commit | 6a8084b7a49753e558c1304d1536a586f4239ab7 (patch) | |
tree | b3625a506343ddc2274ef8ec603865d5e77fa5d9 | |
parent | 8b60db93fb12e104abb0ef8537cbf662c6979ea2 (diff) | |
download | extra-cmake-modules-6a8084b7a49753e558c1304d1536a586f4239ab7.tar.gz extra-cmake-modules-6a8084b7a49753e558c1304d1536a586f4239ab7.tar.bz2 |
Document the USE_RELATIVE_PATH option.
svn path=/trunk/KDE/kdelibs/; revision=1019060
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index dd14d994..5392f584 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -125,9 +125,11 @@ # KDE4_ADD_UI3_FILES (SRCS_VAR file1.ui ... fileN.ui) # Use this to add Qt designer ui files from Qt version 3 to your application/library. # -# KDE4_ADD_KCFG_FILES (SRCS_VAR [GENERATE_MOC] file1.kcfgc ... fileN.kcfgc) +# KDE4_ADD_KCFG_FILES (SRCS_VAR [GENERATE_MOC] [USE_RELATIVE_PATH] file1.kcfgc ... fileN.kcfgc) # Use this to add KDE config compiler files to your application/library. # Use optional GENERATE_MOC to generate moc if you use signals in your kcfg files. +# Use optional USE_RELATIVE_PATH to generate the classes in the build following the given +# relative path to the file. # # KDE4_ADD_WIDGET_FILES (SRCS_VAR file1.widgets ... fileN.widgets) # Use this to add widget description files for the makekdewidgets code generator |