log src/qt.mk @ 3561:ae4193aad5fe

age author description
Sat, 08 Mar 2014 17:40:00 -0500 John W. Eaton revise and enable more $(PKG)_UPDATE rules
Fri, 31 Jan 2014 16:04:01 -0500 John W. Eaton move version info from index.html to src/*.mk files
Fri, 31 Jan 2014 11:45:39 -0500 John W. Eaton update to Qt 4.8.5
Tue, 28 Jan 2014 03:46:58 -0500 John W. Eaton qt.mk fixes
Fri, 10 Jan 2014 21:22:39 -0500 John Donoghue qt: build translations in cross build and install
Thu, 14 Nov 2013 07:42:11 -0800 Rik Remove *.dll files placed by Qt in lib directory, put them in bin directory instead.
Mon, 11 Nov 2013 13:23:58 -0500 John Donoghue Qt: use INSTALL_ROOT instead of DESTDIR
Mon, 11 Nov 2013 00:24:35 -0500 John Donoghue qt: create build tools bin director before install
Sat, 09 Nov 2013 23:28:04 -0500 Michael Goffioul Support file list generation in packages.
Fri, 11 Oct 2013 23:17:58 -0400 John Donoghue Undo qt no-webkit changeset 3258:db4c94cfc651
Tue, 08 Oct 2013 17:01:43 -0400 John Donoghue Qt: build and install webkit
Wed, 14 Aug 2013 16:12:07 -0400 John W. Eaton qt.mk: update download location
Sat, 10 Aug 2013 21:50:17 -0400 John Donoghue Fix typo from commit 3218:8ede5874e2f1
Wed, 07 Aug 2013 08:33:18 -0400 John W. Eaton qt.mk: use make conditional
Wed, 07 Aug 2013 00:41:50 -0400 John W. Eaton Avoid copying or linking files that are the same when doing native build
Mon, 15 Jul 2013 21:29:42 -0400 Michael Goffioul Qt: generalize the use of pkg-config to get dbus compilation flags
Thu, 11 Jul 2013 23:48:28 -0400 Michael Goffioul [MSVC] enable Qt compilation
Tue, 18 Jun 2013 18:40:40 -0400 John Donoghue Change Qt CONFIGURE_INCLUDE/LIBPATH_OPTION variable to be native only
Sun, 16 Jun 2013 00:27:20 +0200 Philip Nienhuis drop sql packages as qt dependancies
Mon, 17 Jun 2013 19:12:46 -0400 John W. Eaton qt.mk: always set configure include and lib path options
Mon, 17 Jun 2013 19:04:14 -0400 John W. Eaton qt.mk: fix typo in command to make rcc link
Fri, 14 Jun 2013 22:05:24 -0400 John Donoghue Update copy of native mingw .pc files to cp -f
Fri, 14 Jun 2013 21:02:02 -0400 John Donoghue Update qt.mk to install .pc files in native mingw
Fri, 14 Jun 2013 16:51:29 -0400 John W. Eaton treat gcc and binutils as build tools
Thu, 13 Jun 2013 22:55:24 -0400 John Donoghue Update qt.mk for native mingw buiild
Mon, 10 Jun 2013 15:25:32 -0400 John W. Eaton don't set qt CROSS_COMPILE device option for native builds
Sun, 09 Jun 2013 09:48:08 -0400 John W. Eaton improve handling of cross tool prefix
Sun, 02 Jun 2013 16:59:24 -0400 John W. Eaton Use HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR instead of MXE_BINDIR, MXE_LIBDIR, and MXE_INCDIR. Attempt to use these variables consistently instead of using $(HOST_PREFIX)/bin, $(HOST_PREFIX)/lib, and $(HOST_PREFIX)/include
Sun, 02 Jun 2013 10:31:04 -0400 John W. Eaton Improve handling of prefix directories by defining HOST_PREFIX and
Thu, 30 May 2013 13:28:23 -0400 John W. Eaton use cp for ln on mingw native builds