X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=cmake%2Fmodules%2FREADME;h=2b41b9034211327a855c48e8ac2130aa394bff13;hb=54afee59c56e1a75352b32200b9503150601bd90;hp=705c59bc806ce5c7fea1c46d057df104f49dcd1c;hpb=dbf66ef32654084ae13aec7a6a4eff929cc69a40;p=quassel.git diff --git a/cmake/modules/README b/cmake/modules/README index 705c59bc..2b41b903 100644 --- a/cmake/modules/README +++ b/cmake/modules/README @@ -1,4 +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). 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: