diff options
author | Laurent Montel <montel@kde.org> | 2006-02-02 14:26:09 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2006-02-02 14:26:09 +0000 |
commit | 892f166e897ebcb3f75856350c0f7fb159981c4f (patch) | |
tree | b4518aeac4734b97bbecfaceb932e54ef57a2384 | |
parent | 60f38460a32b31f43b121a36b16d351cb67525f7 (diff) | |
download | extra-cmake-modules-892f166e897ebcb3f75856350c0f7fb159981c4f.tar.gz extra-cmake-modules-892f166e897ebcb3f75856350c0f7fb159981c4f.tar.bz2 |
Allow to compile java directory
(install doesn't work for the moment )
svn path=/trunk/KDE/kdelibs/; revision=504910
-rw-r--r-- | modules/KDE4Macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index ac229538..9e942e54 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -378,6 +378,7 @@ ENDMACRO(KDE4_CREATE_FINAL_FILES) OPTION(KDE4_ENABLE_FINAL "Enable final all-in-one compilation") OPTION(KDE4_BUILD_TESTS "Build the tests") +OPTION(KDE4_USE_QT_EMB "link to Qt-embedded, don't use X") MACRO(KDE4_ADD_PLUGIN _target_NAME _with_PREFIX) #is the first argument is "WITH_PREFIX" then keep the standard "lib" prefix, otherwise set the prefix empty |