aboutsummaryrefslogtreecommitdiff
path: root/src/m4/bitcoin_qt.m4
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4654Wladimir J. van der Laan2014-08-251-5/+5
|\ | | | | | | c4a7709 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir (ntrgn)
| * Fixes ignored qt 4.8 codecs path on windows when configuring with ↵ntrgn2014-08-071-5/+5
| | | | | | | | --with-qt-libdir
* | build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).randy-waterhouse2014-08-171-2/+2
|/ | | | Help string consistency tweaks. Target sanity check fix.
* build: add --with-qt-translationdir to configure for use with static qtCory Fields2014-08-061-0/+3
|
* build: Find the proper xcb/pcre dependenciesCory Fields2014-08-061-2/+3
|
* build: Fix windows configure when using --with-qt-libdirntrgn2014-08-051-0/+5
| | | | | | fixes #4630 Github-Pull: #4633
* build: fix whitespace in pkg-config variableCory Fields2014-07-171-3/+0
| | | | Useful for PKG_CONFIG="pkg-config --static"
* build: allow linux and osx to build against static qt5Cory Fields2014-07-171-46/+61
| | | | | | | | | | | | | This is the first part of a huge effort to rework the handling of dependencies. To start, this change allows all supported platforms to build against a static Qt. 5.2.1 and 5.3 have been successfully tested against osx64, win32, win64, linux32, and linux64. It also makes a small change to the windows config, to allow linking against qt builds with or without built-in libjpeg/libpng/libpcre/libz. The actual build processes to take advantage of these changes (for gitian and pull-tester) are coming soon. Until then, this should be a no-op.
* build: avoid the use of top_ and abs_ dir pathsCory Fields2014-06-051-1/+1
| | | | Using them has the side effect of confusing the dependency-tracking logic.
* build: fix explicit --disable-qt-dbusCory Fields2014-03-151-6/+6
| | | | | It worked in the auto/yes cases, but an explicit disable actually forced it on.
* build: use -mwindows for gui targets when linking with mingwCory Fields2014-01-271-0/+5
|
* build: fix typo in configure help messageWladimir J. van der Laan2014-01-231-4/+4
| | | | | --with-qt-libdir etc, not --with-gui-libdir. The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0.
* configure: Minor grammatical changes to be more clearLuke Dashjr2014-01-181-1/+1
|
* configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli ↵Luke Dashjr2014-01-181-11/+11
| | | | and --with[out]-daemon to support more build configurations
* Bugfix: Correct captitalisation of QtLuke Dashjr2014-01-181-8/+8
|
* build: upgrade Qt used by windows build to 5.2.0Wladimir J. van der Laan2014-01-141-0/+1
|
* build: fix MacOSX build after ec41342Wladimir J. van der Laan2014-01-131-2/+3
| | | | | | | 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`.
* qt5: fix typo causing broken selection logicCory Fields2014-01-101-1/+1
|
* qt5: fix --with-qt with no argumentsCory Fields2014-01-101-2/+8
|
* qt5: split out qt config and add qt5 supportCory Fields2014-01-101-0/+374
Qt5 detection is a big ugly mess, but at least we can fence it off.