Bruce

Results 12 comments of Bruce

> I found the following solutions,write content in podsepc file: > s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } > s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } It works, but it's...

No,it can’t. I have tried it on Ubuntu 18.04 with Qt5.9(why 5.9? [here](https://github.com/probonopd/linuxdeployqt/issues/350) is the reason), it works well. I really hope it can support Qt6. because some critical bugs...

Unfortunately, my APP is based on QtWebEngine(Qt6.3.1), What can I do with it ?

@RICCIARDI-Adrien I built Qt6.3.1 from source code with `./configure -platform linux-clang -force-debug-info -nomake examples -nomake tests -opensource --prefix=/home/parallels/Qt/6.3.1/gcc_64/ -webengine-proprietary-codecs`, my app is a very simple demo with a QWebEngineView on...

@RICCIARDI-Adrien - That's true, my application is running well when I launch it from Qt Creator. - The standalone application still gets this error. `qt.qpa.plugin: Could not find the Qt...

> @martinrotter Does linuxdeploy work well with Qt 6 ? @RICCIARDI-Adrien @martinrotter I tried `linuxdeploy` and `linuxdeployqt (git branch:add_qt6_support)` both, here is the result. 1. os: `ubuntu 22.04` + `Qt6`(built...

> > @martinrotter Does linuxdeploy work well with Qt 6 ? > > For me, yes. Does your app include QtWebEngine?

> > > > @martinrotter Does linuxdeploy work well with Qt 6 ? > > > > > > > > > For me, yes. > > > > >...

@msaps your demo works fine but not smoothly enough. I can't figure out why. @vanab can you provide your demo please? My case also has a tab bar, and I...