Cory Fields
0c928cb13c
build: Fix Qt5PlatformSupport check without pkg-config
...
The non-pkg-config case can't use pkg-config to check the version.
Also, make sure that the check is properly guarded in the case of missing
pkg-config macros.
8 years ago
Jonas Schnelli
2759597bc8
Only pass -lQt5PlatformSupport if >=Qt5.6
9 years ago
Jonas Schnelli
6194d9a501
Fix bitcoin_qt.m4 and fix-xcb-include-order.patch
9 years ago
Wladimir J. van der Laan
354b03dee1
Merge #7604 : build: Remove spurious dollar sign. Fixes #7189 .
...
3d19193
Remove spurious dollar sign. Fixes #7189 . (Chris Moore)
9 years ago
Chris Moore
3d19193f14
Remove spurious dollar sign. Fixes #7189 .
9 years ago
Luke Dashjr
d5f46832de
Unify package name to as few places as possible without major changes
9 years ago
Cory Fields
69d0513436
build: Use fPIC rather than fPIE for qt objects.
...
But only if qt was built with reduced relocations.
9 years ago
Cory Fields
17c4d9d164
build: Split hardening/fPIE options out
...
This allows for fPIE to be used selectively.
9 years ago
Wladimir J. van der Laan
dbacc69b4f
build: If both Qt4 and Qt5 are installed, use Qt5
...
If both Qt4 and Qt5 development headers are installed, use Qt5. Building
against Qt5 should be encouraged as that is where active development
happens.
9 years ago
Cory Fields
31bfc272c7
build: make sure pkg-config checks are guarded by an m4_ifdef
9 years ago
Cory Fields
fe997dfd12
build: fix building against qt5.4/5.5
9 years ago
Wladimir J. van der Laan
55f55ec5db
qt: disable qt tests when one of the checks for the gui fails
10 years ago
Luke Dashjr
b77b4eda8d
Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems
10 years ago
Cory Fields
9fedafba4b
build: Fix OSX build when using Homebrew and qt5
...
Qt5 is bottled, so configure won't find it without some help. Use
brew to find out its prefix.
Also, qt5 added the host_bins variable to pkg-config, use it.
10 years ago
randy-waterhouse
e2a98d270d
Update obsolete AC macros.
10 years ago
randy-waterhouse
52a5f90360
Create the common location for all m4 autotool build scripts, build-aux/m4.
...
Update .gitignore.
10 years ago