OS/2, eCS & ArcaOS - Technical > Programming
Qt6 Application Testing
Paul Smedley:
With the Tea editor, running it Qt6, I'm able to use the linux 'Characters' app to copy the Euro symbol to the clipboard and paste it into Tea and it displays find - but I can't input it from the keyboard. Note this could also be because I'm VNCing into the OS/2 box.
There is also an example character map util that is part of qt - \qt6\examples\widgets\widgets\charactermap\charactermap.exe
Paul Smedley:
Hey All,
--- Quote from: Paul Smedley on July 06, 2023, 10:55:17 am ---
--- Quote from: Lars on July 05, 2023, 07:34:13 pm ---and what happens if you adjust INSTALL_DESTINATION to strip to ${CMAKE_INSTALL_PREFIX}/shared only?
--- End quote ---
Yeah I'm sure that would work too. Interestingly, I checked cmake_install.txt from a linux build of qtdeclarative-6.5.1, which has:
--- Code: ---# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local/Qt-6.5.1/examples/quick/animation")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
--- End code ---
&
--- Code: ---if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/examples/quick/animation/shared" TYPE FILE FILES "/home/psmedley/qtdeclarative-everywhere-src-6.5.1/build/examples/quick/animation/shared/qmldir")
endif()
--- End code ---
So i'm not sure how it works on linux either - there must be something I'm missing.....
--- End quote ---
Well... I ran the install on linux, and sure enough:
--- Code: ----- Up-to-date: /usr/local/Qt-6.5.1/examples/quick/animation/examples/quick/animation/shared/libanimation_shared.so
--- End code ---
So it installs into a similar path to OS/2 - but linux is obviously able to find it.....
Martin Iturbide:
Hello
Tellie ported this two apps with Qt6 that you may try out:
- http://rpm.netlabs.org/test/QT6/connectagram-1.3.4-qt6.7z
- http://rpm.netlabs.org/test/QT6/focuswriter-1.8.5-qt6.7z
Regards
Joop:
--- Quote from: Paul Smedley on July 10, 2023, 11:38:33 am ---Well... I ran the install on linux, and sure enough:
--- Code: ----- Up-to-date: /usr/local/Qt-6.5.1/examples/quick/animation/examples/quick/animation/shared/libanimation_shared.so
--- End code ---
So it installs into a similar path to OS/2 - but linux is obviously able to find it.....
--- End quote ---
With finding out how Java programs works on OS/2 I had very frequent the problem that the complete file specification was too long for OS/2, there is a limit. May be this plays here too. The complete file specification wil then be truncated and if you don't have an error logger specific on that part you will never know.
Martin Iturbide:
Hello
I forgot to add the latest Qt6 Dooble - https://smedley.id.au/tmp/dooble-2023.07.15-os2-qt-6.3.x-20230724.zip
It is also now on the first page of the thread.
Regards
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version