30 Commits

Author SHA1 Message Date
8e33d99901 Update ax_boost_base.m4 to latest version
Upstream: https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_boost_base.m4
PR #17196.
2022-08-07 14:38:55 +08:00
e47d90b5a6 Update pkg.m4 to latest version
Upstream: https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/pkg.m4.in
2021-07-29 14:15:51 +08:00
27baa55443 Raise minimum Qt version to 5.15.2 2021-07-09 07:41:13 +03:00
97c7f3bc67 Raise minimum Qt version to 5.14 2021-06-03 08:56:41 +03:00
7c9488105e Remove checking for Boost.System
Checking for Boost.System library is libtorrent responsibility as qbt
doesn't use it directly, i.e. it is not a direct dependency for qbt.
2021-04-08 11:26:16 +08:00
f022458383 Raise minimum supported Qt version to 5.12 2021-03-13 15:33:58 +03:00
d70b893852 Bump project requirement to C++17 2020-12-31 13:28:48 +08:00
6590915b15 Update minimum depedency versions 2020-12-04 12:23:22 +00:00
ef1c7eec74 Fix trailing whitespace in multiple files
Also fix formatting of CODING_GUIDELINES.md
2020-10-28 14:20:11 +00:00
d0e084ce1d Update m4 scripts 2019-10-20 01:28:10 +08:00
5c63ad3b95 Raise minimum Qt version to 5.9.0 2019-03-04 16:48:49 +02:00
814488863d Enforce C++14 requirement 2018-12-24 15:11:44 +08:00
8f5bbe24ce Autotools: Improve handling of C++ mode 2018-12-04 01:42:14 +02:00
428cb9c986 Fix i386 build (configure)
Fix building on i686 fails with wrong multilib library path #7845

and rebregenerate ./configure
2017-11-24 10:28:03 +07:00
84bb214642 Sync m4 macros with upstream 2017-11-17 15:28:14 +08:00
008d7dbedc Raise minimal Qt version to 5.5.1 2017-03-05 22:24:59 +01:00
e64bb1de8c Drop Qt 4 support 2017-03-05 22:24:59 +01:00
49332ab12c Use @naikel's suggestions for previous commit. 2017-02-06 23:07:42 +02:00
32b7f0745f Merge pull request #4631 from DoctorWho11/master
fixes qmake pathing and also fixes a type in configure.ac
2017-02-06 23:06:49 +02:00
f85b97916c Update ax_boost_system.m4 to d48ec2210047bbf17702700811c3f16a5369e06c 2016-11-10 19:49:07 +08:00
f975187e48 tests if qmake is in path properly 2016-01-20 18:26:55 -05:00
8f875962b2 fixes qmake pathing and also fixes a type in configure.ac 2016-01-20 12:47:53 -05:00
6e09028682 Switch to Qt5 by default. 2015-11-22 22:07:59 +02:00
45ef98b077 Update ax_boost_base.m4 to fix ppc64le detection. 2015-08-30 04:50:30 +03:00
6b248492ca Use correct operator to compare strings in configure script
To compare strings, = should be used instead of ==.

Closes #2627.
2015-02-28 14:39:36 +01:00
9d79e7679a Fix configure message printing order. 2014-11-26 15:28:07 +02:00
f46a7c1d3f Fix detection of Qt5. 2014-11-26 15:26:12 +02:00
950574c4c5 Make configure detect qmake with different names. Closes #1924. 2014-11-23 20:24:57 +02:00
09c9968210 Fix QtBus detection with configure. 2014-11-23 19:59:47 +02:00
380438f99b Migrate the build system to autotools. 2014-05-04 15:28:58 +03:00