Commit graph

128 commits

Author SHA1 Message Date
therecipe
691e628621 fix js target + fix moc error type related issues + new self compiled static Qt 5.11.1 mxe docker image 2018-08-11 16:54:20 +02:00
therecipe
eb5394a587 support sailfish and ubports docker deployments 2018-03-29 12:09:04 +02:00
therecipe
3412d43d35 add backward compatibility for Qt 5.4.x + minor fixes 2018-03-26 09:59:04 +02:00
therecipe
6b23499ed5 minor cleanup 2018-03-20 14:52:35 +01:00
therecipe
3725b223d2 fix webkit issue + homebrew deployments + update readme 2017-09-20 01:19:37 +02:00
Matthieu Texier
272c3d7770 Update readme community following repo transfer 2017-09-01 22:26:52 +02:00
therecipe
2f8f03b710 Merge branch 'master' into RadhiFadlillah-update-readme 2017-08-21 19:48:09 +02:00
Christian Muehlhaeuser
5a52527e87 Fixed typo and keep spelling "Linux" consistently
Fixed typo/grammar in Installation section of the README.
2017-08-21 15:27:28 +02:00
Radhi
de321af71b Simplify README.md 2017-08-16 16:24:39 +07:00
therecipe
9720239949 msys2 + qtrcc + docker fixes 2017-06-16 23:51:36 +02:00
therecipe
fa6231902d make properties connectable + fix android docker image 2017-06-12 19:52:01 +02:00
Alexander Medvednikov
7ed841de5a REAME.md: notify about webengine/webview on Windows 2017-06-08 23:50:36 +02:00
therecipe
d1d440629d cleanup examples 2017-06-02 22:05:24 +02:00
therecipe
bb6259c35d new env variable for qml debugging and profiling 2017-05-18 00:17:02 +02:00
therecipe
2274d39b53 fix msys2 static + bump android build tool to 25.0.3 2017-04-30 00:15:23 +02:00
therecipe
77df287f5b fix qtminimal + new android wear example 2017-04-19 00:00:01 +02:00
therecipe
be6b443264 fix qtmoc + typos in readme 2017-04-17 21:13:53 +02:00
therecipe
d0787d4a4d support for android-emulator + minor qtmoc fix 2017-04-17 19:21:21 +02:00
therecipe
8d9fc2cc2f fix typo in readme 2017-04-15 22:49:02 +02:00
therecipe
0216427884 fix qtmoc + fix readme (links + example) 2017-04-14 20:31:39 +02:00
therecipe
a7ba89f218 fix readme 2017-04-12 19:15:02 +02:00
therecipe
c521c8299f update readme 2017-04-12 19:11:19 +02:00
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