Commit graph

103 commits

Author SHA1 Message Date
therecipe
a15e5055c5 preparation for qmake + new update mechanism + qtmoc fix 2017-02-24 22:53:17 +01:00
therecipe
9cb2c840ec initial update to Qt 5.8 + breaking changes + new speech module
1. the qt api changed in various places
2. dropped the "_minimal" suffix for the deployment folders
3. to keep using older versions of Qt (5.7.1 for example), one would
now need to explicit export "QT_VERSION=5.7.1" and also
"QT_DIR=/path/to/Qt5.7.1"
2017-02-10 18:18:44 +01:00
therecipe
e70f310ce5 fix qtmoc 2017-02-01 16:38:51 +01:00
therecipe
fd7b65bc3c minor fix 2017-01-12 15:42:30 +01:00
Bruno Clermont
e4200d2e4d improve log msg 2017-01-12 15:38:24 +08:00
Bruno Clermont
201ab26606 validate more input 2017-01-12 15:35:25 +08:00
therecipe
9d86d8aac3 preparation for Qt 5.8.0 2017-01-08 20:14:18 +01:00
therecipe
d9eb444d8b fix infinite recursion in utils.QT_VERSION 2017-01-08 00:56:58 +01:00
therecipe
8a83cb4e3e qt_dir & qt_version flags + partial automatic version detection 2017-01-07 18:26:06 +01:00
therecipe
acb48c8d7f make qtdeploy less verbose 2017-01-04 00:01:13 +01:00
therecipe
8fdb852dd5 fix msys2 2017-01-02 21:26:38 +01:00
therecipe
8e6d46d68e additional flags for qtrcc 2017-01-02 19:17:38 +01:00
therecipe
0329327628 minor fixes 2016-12-30 21:40:48 +01:00
therecipe
0b03390a53 fix qtmoc + new quick/hotreload example 2016-12-24 00:45:53 +01:00
therecipe
28b6970117 fix sailfish + fix ios-simulator + new checks 2016-12-16 21:59:46 +01:00
Jordan Orelli
d53d57d8e6 blacklist the vendor directory from qtmoc 2016-12-14 18:03:43 -06:00
Andraz Vrhovec
0b29a736cf Fix unwanted error when using multiple gopaths 2016-12-14 15:25:12 +01:00
therecipe
279ae4e3bc update various dependencies 2016-12-13 23:13:10 +01:00
therecipe
d10ed7da32 cleanup internal/parser 2016-12-11 21:03:06 +01:00
Bruno Clermont
2384b753c0 Refactor Internal (#135)
* add WalkFilterBlacklist func

* add WalkOnlyDirectory

* add WalkFilterError

* add WalkOnlyFile

* add WalkOnlyFile

* fix assert parameter order, add WalkOnlyExtension

* refactor qtmoc

* remove WalkFilterError

* raise error

* move logging to GetModule

* put back moc_cleanup.json
2016-12-05 21:09:16 +01:00
therecipe
4efdadb17c fix utils 2016-11-19 01:15:43 +01:00
therecipe
ddebfd2f00 fix non terminated import 2016-11-18 15:49:57 +01:00
Bruno Clermont
957cee288f Update utils.go
improve logging
2016-11-18 14:30:09 +07:00
therecipe
0ffd648614 fixes + windows 64 docker image 2016-11-12 16:06:57 +01:00
therecipe
59acd97d34 new quick/dynamic example 2016-11-09 23:19:35 +01:00
therecipe
26cfcccaed support cross compilation on Linux for Windows 64bit 2016-11-07 02:48:18 +01:00
therecipe
d0152ba905 support MSYS2 2016-11-05 20:49:45 +01:00
therecipe
702c18b381 fix qtsetup/check 2016-11-02 14:15:36 +01:00
therecipe
3917516184 minor cleanup 2016-10-30 03:53:56 +01:00
therecipe
0bd230d5f6 cleanup + better logging 2016-10-28 04:00:58 +02:00
therecipe
d51ced2197 update readme + docker support + stub support + minimal_cgo 2016-10-26 16:44:27 +02:00
therecipe
ab28153efa fix qtdeploy on windows 2016-10-23 05:00:53 +02:00
therecipe
00ea5322fa support cross compilation on Linux for Windows 2016-10-23 04:32:23 +02:00
Bruno Clermont
81d5f53a9a support multiple GOPATH (#74) 2016-10-23 04:14:01 +02:00
therecipe
c0d3e45458 support homebrew on macOS + update ci + new debug logger 2016-10-20 03:25:57 +02:00
therecipe
1e89b32ea2 fix xcode sdk lookup + add slack channel to readme 2016-10-18 02:52:43 +02:00
therecipe
1953dc93f8 fix xcode sdk lookup 2016-10-18 01:04:03 +02:00
therecipe
39cbeac5f5 fix mac + ios with old xcode versions 2016-10-17 21:59:02 +02:00
therecipe
0aebd065bf better linux distro detection + pkg-config env variables 2016-10-15 16:28:46 +02:00
therecipe
371bac8e0a fix pkg-config distro detection 2016-10-15 12:41:26 +02:00
therecipe
8e0f04c252 pkg-config on openSUSE 2016-10-14 21:25:25 +02:00
therecipe
70049f1b26 pkg-config on fedora 2016-10-14 19:40:44 +02:00
therecipe
57b3c13a82 support for pkg-config on linux 2016-10-14 19:06:35 +02:00
therecipe
e5b2d9abca env variables for rpi + only build minimal 2016-10-07 16:41:24 +02:00
therecipe
8fa1fb6a30 trigger travis + appveyor 2016-10-06 15:46:45 +02:00
therecipe
89a8cd9b7c trigger travis 2016-10-05 12:46:59 +02:00
therecipe
2e41f3bfab env vars for deps + fix static link order + amd64 ios-sim + buildtags + winextras + x11extras 2016-10-04 18:12:55 +02:00
therecipe
4c104f8cca fix darwin (xcode 7.2 + 8.0) + support custom qt location 2016-09-27 17:37:47 +02:00
therecipe
c0571eec4e cleanup and support for abstract classes 2016-04-28 19:43:44 +02:00
therecipe
aec7889885 new qtmoc tool and preparation for qt 5.6 2016-04-16 18:48:26 +02:00
therecipe
5969e3810f windows + android support 2015-11-12 01:29:32 +01:00
therecipe
153efeaa25 android support 2015-11-09 18:23:42 +01:00
therecipe
1eb57fbb81 complete rewrite 2015-10-24 17:18:24 +02:00