diff options
| author | David Faure <faure@kde.org> | 2008-05-29 18:53:05 +0000 | 
|---|---|---|
| committer | David Faure <faure@kde.org> | 2008-05-29 18:53:05 +0000 | 
| commit | 8c2534ec35c9da2a00dc2d0dae8f7fa0d71d2ea5 (patch) | |
| tree | 4ece1a5a265201e845f12cc102001991824f9537 | |
| parent | 568267123fb5b5f050cabcb14011f9fcaaea9992 (diff) | |
| download | extra-cmake-modules-8c2534ec35c9da2a00dc2d0dae8f7fa0d71d2ea5.tar.gz extra-cmake-modules-8c2534ec35c9da2a00dc2d0dae8f7fa0d71d2ea5.tar.bz2 | |
wrong docu is worse than no docu
svn path=/trunk/KDE/kdelibs/; revision=814252
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 12 | 
1 files changed, 2 insertions, 10 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index abaa10cd..a0f0bc7f 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -149,7 +149,7 @@  #    application bundles are created, with the NOGUI option no bundles but simple executables  #    are created. Currently it doesn't have any effect on other platforms.  # -#  KDE4_ADD_EXECUTABLE (name [NOGUI] [RUN_UNINSTALLED] file1 ... fileN) +#  KDE4_ADD_EXECUTABLE (name [NOGUI] [TEST] [RUN_UNINSTALLED] file1 ... fileN)  #    Equivalent to ADD_EXECUTABLE(), but additionally adds some more features:  #    -support for KDE4_ENABLE_FINAL  #    -support for automoc @@ -172,16 +172,8 @@  #    are created but not built by default. You can build them by manually building the target.  #    The name of the target can be specified using TESTNAME <targetname>, if it is not given  #    the macro will default to the <testname> -# -#  KDE4_ADD_TEST_EXECUTABLE (name file1 ... fileN) -#    add an test executable -#    it will be built with RPATH poiting to the build dir -#    The targets are always created, but only built for the "all" -#    target if the option KDE4_BUILD_TESTS is enabled. Otherwise the rules for the target -#    are created but not built by default. You can build them by manually building the target.  #    KDESRCDIR is set to the source directory of the test, this can be used with -#    KGlobal::dirs()->addResourceDir( "data", KDESRCDIR ); to be able to use xmlgui -#    and other things in the test, that normally require installation +#    KGlobal::dirs()->addResourceDir( "data", KDESRCDIR )  #  #  KDE4_UPDATE_ICONCACHE()  #    Notifies the icon cache that new icons have been installed by updating | 
