aboutsummaryrefslogtreecommitdiff
path: root/src/m4/bitcoin_qt.m4
AgeCommit message (Collapse)Author
2014-03-15build: fix explicit --disable-qt-dbusCory Fields
It worked in the auto/yes cases, but an explicit disable actually forced it on.
2014-01-27build: use -mwindows for gui targets when linking with mingwCory Fields
2014-01-23build: fix typo in configure help messageWladimir J. van der Laan
--with-qt-libdir etc, not --with-gui-libdir. The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0.
2014-01-18configure: Minor grammatical changes to be more clearLuke Dashjr
2014-01-18configure: 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-18Bugfix: Correct captitalisation of QtLuke Dashjr
2014-01-14build: upgrade Qt used by windows build to 5.2.0Wladimir J. van der Laan
2014-01-13build: fix MacOSX build after ec41342Wladimir 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-10qt5: fix typo causing broken selection logicCory Fields
2014-01-10qt5: fix --with-qt with no argumentsCory Fields
2014-01-10qt5: split out qt config and add qt5 supportCory Fields
Qt5 detection is a big ugly mess, but at least we can fence it off.