| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Quassel 0.14-rc1 pre-release have full support for Qt 5.5+
While here, adopt port and add some KDE/KF5 integration options
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Qt decides at run-time which SQL drivers are installed and only then
allows running Quassel with those database backends.
- Also reformat to minimise diff of irc/quassel-core (slave) from
irc/quassel (master) as much as possible (per recommendation in
the Porter's handbook).
PR: 215026
Submitted by: Christian Schwarz <me@cschwarz.com>
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=429306
|
|
irc/quassel-core provides the server back-end.
irc/quassel provides the client front-end.
irc/quassel can also be built with the MONO option enabled to also
install the client and server combined into a single monolithic binary.
Submitted by: Chris Rees <crees@physics.org> (in part)
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=424921
|