-
osx, golang 1.8
Basically webview works fine on android, but does not work on OSX.
Has never worked for me on OSX.
Here are the steps i went through:
````
$GOPATH/bin/qtsetup
INFO[0000] ru…
-
Please answer these questions before submitting your issue. Thanks!
#### What did you do?
Updated master branch with `git pull origin master` from `github.com/therecipe/qt`
then ran `qtsetup de…
-
Can i install webkit with msys2? I cant use regular installation due to #376.
I tried `pacman -S mingw-w64-x86_64-qtwebkit` and copying webkit files to empty folder like `C:\Qt\Qt5.8.0\mingw53_32` a…
-
```
time="2017-03-31T21:56:08-06:00" level=info msg="running setup/test desktop (~10min)"
time="2017-03-31T21:56:08-06:00" level=info msg="testing widgets\\line_edits"
time="2017-03-31T21:56:08-06:…
-
Hello, I switched to windows and can not build qt on it.
I use MSYS2. Here is what I get:
```
ku7ab@windows ~ % qtsetup test windows
time="2017-04-26T09:12:05+03:00" level=info msg="running: 'qtse…
-
Hi,
I am having a segmentation fault using qtseup ... I saw that it has been pointed 6 days ago and normally fixed ... but doesn't work for me !
It is me having a problem ?
Thanks Matthieu.
…
-
These files don't have any value to be tracked in git repo and should be removed. it make collaboration more complicated as they need to be reset/checkout before pull.
```
On branch cleanup
Changes n…
-
I was following the official windows without android support installation instructions and I ran into an error. I am not really sure what caused the error. The error showed up when running this comman…
-
When trying to build using the `qt5` package from Homebrew on OSX the following errors occur. It seems that it is looking for documentation for some reason which does not appear to be standard across …
-
The following is a bit of code for a QTabWidget example created dynamically without using qml files.
```
mkdir qtabwidget1
cd qtabwidget1
rm -rf deploy/
qtdeploy build desktop
cd deploy/linux_minimal…