Introduce WarningsSettings
[quassel.git] / cmake / modules / README
1 Most of these modules have been copied from KDE's repository.
2
3 FindQt4 has been adjusted to still contain the library deps and Qt config
4 stuff from the original FindQt4 (of cmake 2.4.7). Also, I've fixed OpenSSL
5 detection (actually setting -DQT_NO_OPENSSL if it's not present) and
6 also provide -D to moc rather than -I.
7
8 Files starting with Quassel* are solely created by us.
9
10 Below is the contents of KDE's original README:
11
12 --------8<--------------------------------------------------------------
13 these are additional cmake modules required for compiling KDE3 or KDE4
14 applications with cmake. Some of them are enhanced versions of the files
15 coming with cmake, some of them are NOT yet part of cmake.
16 To use them, copy them into the cmake Module directory or
17 run "cmake ."  followed by "make install"
18
19 Alex <neundorf@kde.org>
20 -------->8--------------------------------------------------------------
21
22 Thank you Alex!