Commit graph

106 commits

Author SHA1 Message Date
Kenneth Shaw
567a430704 Dropping exec permissions on files 2017-04-12 15:21:13 +07:00
MRMillon
b3088d3244 readme: fix for github pages 2017-04-11 15:03:48 +06:00
therecipe
6d11509f78 add support for the WebKit module 2017-04-10 23:38:26 +02:00
theGeekPirate
657a568934 Fixed Docker Tags
- Corrected the Docker tags for windows_32_shared and windows_64_shared
2017-04-10 13:10:14 -07:00
therecipe
88938f41fe update the readme + preparations for Qt 5.9.0 2017-04-08 19:46:06 +02:00
therecipe
3221164870 new qml/printslides example 2017-04-07 22:40:09 +02:00
therecipe
8300eb0dfb minor fixes 2017-04-06 23:33:28 +02:00
therecipe
ef93593858 update readme + screenshots 2017-04-06 23:22:01 +02:00
therecipe
03ca38c3b8 fix android + qtmoc 2017-03-28 17:41:57 +02:00
therecipe
6bcfb21c9a fix qtmoc 2017-03-23 18:05:27 +01:00
therecipe
b470027a32 fix CI 2017-03-23 01:13:09 +01:00
therecipe
2536e26395 fix qtmoc
sub-classing of moc structs from other packages
moc structs from other packages in signals/slots or as properties
2017-03-23 00:45:45 +01:00
MRMillon
82b823c5b9 readme: fix for latest github markdown changes
https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
2017-03-17 11:56:47 +06:00
therecipe
9220fa5bbb fix docker images 2017-03-16 20:51:27 +01:00
therecipe
1c2fcd441f breaking changes; make use of qmake + drop legacy code
The cgo files are now generated by parsing the Makefiles generated by
qmake.
This greatly simplifies the support for additional targets, and also
removes the need to maintain extra backward and forward compatibility
code.

But these (backend) changes needed to come along with some breaking
changes to the (fontend) tooling.
So there is now the need to always specify the target when you use
qtmoc, qtrcc or qtminimal.

Some other minor breaking changes were:
The moc and rcc files are not automatically removed anymore by qtdeploy.
Because qtdeploy now has a -fast flag to make used of these cached
files.

The use of docker is now specified by using the -docker flag.

And the docker images were renamed to make their use case more clear.
2017-03-16 20:18:32 +01:00
therecipe
a006cbcfc8 fix links + docker images 2017-02-27 21:33:52 +01:00
therecipe
256c681ec8 further preparations for qmake + pre-build openssl for docker 2017-02-26 22:03:27 +01:00
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
c9658d52d8 update links to dependencies 2017-02-03 15:49:26 +01:00
therecipe
e70f310ce5 fix qtmoc 2017-02-01 16:38:51 +01:00
MRMillon
ad19abcb1c Update README.md 2017-02-01 17:05:04 +06:00
m8m5
260b6ca191 Reduce README length 2017-02-01 14:26:56 +06:00
nnvn
2ec4475f53 Updated readme (#212)
* Update README.md

* Update android.md

* Update README.md

* Update android.md
2017-01-31 20:15:40 +01:00
therecipe
580d22b6fb initial support for qtmoc constructors + new androidextras exception functions 2017-01-22 18:34:39 +01:00
therecipe
0996542eec minor readme update 2017-01-16 18:14:17 +01:00
therecipe
6e4c7a6b22 update readme 2017-01-16 18:10:20 +01:00
therecipe
9d86d8aac3 preparation for Qt 5.8.0 2017-01-08 20:14:18 +01:00
therecipe
0329327628 minor fixes 2016-12-30 21:40:48 +01:00
therecipe
9e0f6f0643 new qml/gallery example + new screenshots 2016-12-29 23:31:55 +01:00
therecipe
986dd10067 support various additional functions 2016-12-19 21:13:41 +01:00
therecipe
8318f0c212 fix android deployment + examples 2016-12-17 21:52:41 +01:00
therecipe
28b6970117 fix sailfish + fix ios-simulator + new checks 2016-12-16 21:59:46 +01:00
therecipe
1941c35710 fix android-sdk link for linux again 2016-12-14 16:07:24 +01:00
therecipe
98fe845133 fix android-sdk link for linux 2016-12-13 23:21:27 +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
mukhlesur-millon
bee045355f fix link 2016-12-03 15:10:05 +06:00
therecipe
65aca8fddb use android sdk build tools 25.0.1 2016-11-23 18:45:46 +01:00
therecipe
2b0c6dc198 update readme 2016-11-16 19:02:52 +01:00
therecipe
0ffd648614 fixes + windows 64 docker image 2016-11-12 16:06:57 +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
f2963b8a44 update readme 2016-11-03 16:46:26 +01:00
therecipe
980a9a09e6 make qtminimal and qtmoc faster + integrate new examples 2016-11-02 22:17:37 +01:00
5k3105
1d9e2524de Code Editor Settings (for code completion) 2016-11-02 14:53:42 -06:00
5k3105
0694e79409 Update Readme: 'Code Editor Settings' 2016-11-02 14:49:24 -06:00
therecipe
3917516184 minor cleanup 2016-10-30 03:53:56 +01:00
therecipe
bac79d8fdd cleanup + split qtdeploy 2016-10-29 23:28:13 +02:00
therecipe
0bd230d5f6 cleanup + better logging 2016-10-28 04:00:58 +02:00