Use Snore only if building without KDE
[quassel.git] / cmake / modules / README
1 Most of these modules have been copied from KDE's repository.
2
3 Files starting with Quassel* are solely created by us.
4
5 Below is the contents of KDE's original README:
6
7 --------8<--------------------------------------------------------------
8 these are additional cmake modules required for compiling KDE3 or KDE4
9 applications with cmake. Some of them are enhanced versions of the files
10 coming with cmake, some of them are NOT yet part of cmake.
11 To use them, copy them into the cmake Module directory or
12 run "cmake ."  followed by "make install"
13
14 Alex <neundorf@kde.org>
15 -------->8--------------------------------------------------------------
16
17 Thank you Alex!