X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FREADME;h=2b41b9034211327a855c48e8ac2130aa394bff13;hp=a9d951bdc40697e086af0a14a9e150bec88dc1b4;hb=176fd53453c51debbb963dee303e8853577aaac4;hpb=ce62e47d23bf4f826b35c7e51bc8b26cc8ffc966 diff --git a/cmake/modules/README b/cmake/modules/README index a9d951bd..2b41b903 100644 --- a/cmake/modules/README +++ b/cmake/modules/README @@ -1,7 +1,11 @@ -These modules have been copied from KDE's repository as of 2008-06-17. +Most of these modules have been copied from KDE's repository. FindQt4 has been adjusted to still contain the library deps and Qt config -stuff from the original FindQt4 (of cmake 2.4.7). +stuff from the original FindQt4 (of cmake 2.4.7). Also, I've fixed OpenSSL +detection (actually setting -DQT_NO_OPENSSL if it's not present) and +also provide -D to moc rather than -I. + +Files starting with Quassel* are solely created by us. Below is the contents of KDE's original README: