X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FREADME;h=b53bc324776a33104dcd7a16ceefacc49e8406bb;hp=3fca6d3b14b7ec368058bb19c0a92e5844e69896;hb=933f2d9f203bc5fabf3040d9361ba4e0cb637b9b;hpb=bb49ea8fb3d3ecfbe8fb87688df6f215d29ad944 diff --git a/cmake/modules/README b/cmake/modules/README index 3fca6d3b..b53bc324 100644 --- a/cmake/modules/README +++ b/cmake/modules/README @@ -1,20 +1,5 @@ -Most of these modules have been copied from KDE's repository. - -FindQt4 has been adjusted to find lconvert. Also, I've fixed OpenSSL -detection (actually setting -DQT_NO_OPENSSL if it's not present). - -Files starting with Quassel* are solely created by us. - -Below is the contents of KDE's original README: - ---------8<-------------------------------------------------------------- -these are additional cmake modules required for compiling KDE3 or KDE4 -applications with cmake. Some of them are enhanced versions of the files -coming with cmake, some of them are NOT yet part of cmake. -To use them, copy them into the cmake Module directory or -run "cmake ." followed by "make install" - -Alex --------->8-------------------------------------------------------------- - -Thank you Alex! +We bundle some CMake scripts that are not part of CMake itself, for convenience +on platforms that do not have a standard location for packages to put their +CMake support into. Most of those scripts originate from the KDE community; +some are from other sources. Please see the files themselves for copyright +and license statements.