f1ff3b97045e73c9055ee255c883e7a84195a11c
[quassel.git] / cmake / modules / README
1 Most of these modules have been copied from KDE's repository.
2
3 FindQt4 has been adjusted to find lconvert, plus we don't require X11
4 headers to be present.
5
6 Files starting with Quassel* are solely created by us.
7
8 Below is the contents of KDE's original README:
9
10 --------8<--------------------------------------------------------------
11 these are additional cmake modules required for compiling KDE3 or KDE4
12 applications with cmake. Some of them are enhanced versions of the files
13 coming with cmake, some of them are NOT yet part of cmake.
14 To use them, copy them into the cmake Module directory or
15 run "cmake ."  followed by "make install"
16
17 Alex <neundorf@kde.org>
18 -------->8--------------------------------------------------------------
19
20 Thank you Alex!