therecipe
therecipe
Ah, I think that I got an idea. Will do some tests and report back.
I made some changes, so now you should never see the command prompt at all on windows: https://github.com/therecipe/qt/commit/49a0021f932c3446cda48796e4871093d8189a66 Will look into how to handle this during development on windows.
When I created the quick/translate example, I used `lupdate`, the Qt Linguist application and `lrelease`. IIRC it was basically just something like this: 1. lupdate to create the *.ts file...
> I dont want to boil the ocean on this though. How about if we start by just putting the bash commands you ran for the example ? Yes, that's...
I looked into the example again, and here is what I had to run inside the `quick/translate` folder to get the *.qm file ``` # create/update the *.ts file /usr/local/Qt5.7.0/5.7/clang_64/bin/lupdate...
>Can we include a little golang CMD thingy that calls the correct tool for the workflow you described a few issues steps up (lupdate, lrelease) ? First steps is to...
Hey Yeah, specifying the android platform api version is a good idea. I will look into this, hopefully the old versions aren't to big. Specifying the cpu architecture would work...
Hey I will try to get an example for the `QtSingleApplication` working once I find some time. In the meantime you could take a look here: https://rosettacode.org/wiki/Determine_if_only_one_instance_is_running#Go A quick and...
Hey Thanks for the PR :) https://github.com/therecipe/qt/pull/1147/commits/6b046e6ee2f3468426cc247572e80c36fd071ffe looks good, and https://github.com/therecipe/qt/pull/1147/commits/959859c19a073282c70fcbd987eba5f9d8a83e51 should probably work as well, but I will need to do some testing. Could you kindly sign the CLA?...
No problem, I respect that. I think that it's also possible to accept smaller changes without needing a signed CLA, but I would have to look into that first. However,...