OS/2, eCS & ArcaOS - Technical > Programming

Qt6 Application Testing

(1/109) > >>

Martin Iturbide:
Hello

This is a thread to test Paul's Qt6 port and Qt6 based applications.

For the moment we have these test releases:

--- Quote ---- Qt6 libs - https://smedley.id.au/tmp/qt6-6.2.6-os2-20231109.zip
- qt6webee - https://smedley.id.au/tmp/qt6weben-6.2.6-20231112.zip
and
- ffmpeg - https://smedley.id.au/tmp/ffmpeg-chromium-6.3.2-20230516.zip
- libvpx - https://smedley.id.au/tmp/libvpx-1.13.0-os2-20230303.zip
- dav1d - https://smedley.id.au/tmp/dav1d-1.2.0-os2-20230530.zip
 or
  https://www.os2.kr/komh/testcase/dav1d_test.zip
- yum install netlabs-exp
- yum install libvpx
- Dooble   -  https://smedley.id.au/tmp/dooble-2023.12.25-os2-qt6.2-20231225.zip



--- End quote ---

I have this optional procedure to test Dooble:

--- Quote ---Procedure
- VIRTUALADDRESSLIMIT=2560 on Config.sys
- Deleted .doodle on Home
Then:
 set PATH=C:\qt6\bin;%PATH%
 set BEGINLIBPATH=c:\qt6\lib
 dooble --disable-gpu
Import Blocklist
- Go to Tools => Accepted / Blocked Domains. There you select Block Mode and use the button "Import..." to import the text file "blocklist.txt".

--- End quote ---
But some other procedures may apply, and different suggestions are welcome.

TEST THESE APPS

Also some other Qt6 apps to test:

--- Quote ---- https://smedley.id.au/tmp/tea-qt-62.2.2-os2-qt6-20231227.zip
--- End quote ---


--- Quote ---https://smedley.id.au/tmp/qtcreator-8.0.1-os2-qt6-20231229.zip
--- End quote ---
- To  start it, I needed to do:
- set  beginlibpath=u:\qtcreator\lib\qtcreator;u:\qtcreator\lib\qtcreator\plugins
- qtcreator.exe

Let me know if there are any other Qt6 applications around that we can test.

Remember you can show your appreciation to Paul at:

--- Quote ---Paul's GitHub Sponsor page or Paul's Arca Noae Sponsoring Page.
--- End quote ---


Regards


NOTE: Links Updated on 2023-12-27

Dave Yeo:
Hi Martin,
You left out https://smedley.id.au/tmp/qt6-6.2.4-qos2-20230122.zip which is dropped into qt6\plugins\platforms and shouldn't be needed once Paul updates the whole Qt6 package eventually.
A script to set things up, this can be anywhere on the PATH and will open a VIO window where dooble can be run from. I call it as qt6env.cmd and QT6_DIR needs adjusting for individual environments.

--- Code: ---@REM rem the @echo off line to see the output.
@ECHO off
REM point QT6_DIR to where you have installed the QT6 tree
REM Copy Dooble.* into %QT6_DIR%\bin
set QT6_DIR=L:
set PATH=%QT6_DIR%\qt6\bin;%PATH%
set BEGINLIBPATH=%QT6_DIR%\qt6\lib;%BEGINLIBPATH%
REM point %DOOBLE_HOME% to where you want the QT6 version of Dooble to store
REM its profile.
set DOOBLE_HOME=%QT6_DIR%\home
REM these are the same as command line arguments and should not be needed eventually.
set QTWEBENGINE_CHROMIUM_FLAGS="--ignore-certificate-errors --ignore-ssl-errors --log-level=1 --disable-gpu"
echo Now run Dooble from this VIO session

--- End code ---

Dave Yeo:
Up to date blocklist can be generated from this URL,
https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext
Save and import. Especially important at this stage of development as some ads have crappy JavaScript and/or certificates that crashes the browser.

Martin Iturbide:

--- Quote from: Dave Yeo on January 25, 2023, 12:54:30 am ---Up to date blocklist can be generated from this URL,
https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext
Save and import. Especially important at this stage of development as some ads have crappy JavaScript and/or certificates that crashes the browser.

--- End quote ---

Note to self: The blocklist goes on "Tools => Accepted / Blocked Domains.".

Paul Smedley:
https://smedley.id.au/tmp/qt6-6.2.4-qt6gui-20230127.zip should help with issues associated with the gui's file open dialog. 

Navigation

[0] Message Index

[#] Next page

Go to full version