Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | build: fix explicit --disable-qt-dbus | Cory Fields | |
It worked in the auto/yes cases, but an explicit disable actually forced it on. | |||
2014-01-27 | build: use -mwindows for gui targets when linking with mingw | Cory Fields | |
2014-01-23 | build: fix typo in configure help message | Wladimir J. van der Laan | |
--with-qt-libdir etc, not --with-gui-libdir. The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0. | |||
2014-01-18 | configure: Minor grammatical changes to be more clear | Luke Dashjr | |
2014-01-18 | configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli ↵ | Luke Dashjr | |
and --with[out]-daemon to support more build configurations | |||
2014-01-18 | Bugfix: Correct captitalisation of Qt | Luke Dashjr | |
2014-01-14 | build: upgrade Qt used by windows build to 5.2.0 | Wladimir J. van der Laan | |
2014-01-13 | build: fix MacOSX build after ec41342 | Wladimir J. van der Laan | |
Fix regression introduced in ec41342. Also use a less ugly solution, by defining the value of `MOC_DEFS` in the configure script instead of `Makefile.include`. | |||
2014-01-10 | qt5: fix typo causing broken selection logic | Cory Fields | |
2014-01-10 | qt5: fix --with-qt with no arguments | Cory Fields | |
2014-01-10 | qt5: split out qt config and add qt5 support | Cory Fields | |
Qt5 detection is a big ugly mess, but at least we can fence it off. |