Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.5.0, 6.5.1
Description
Have Qt 6.5.1 sources, compile Windows on ARM binaries natively, using MSVC2022 and skipping unsupported modules:
cmake -DQT_BUILD_EXAMPLES=FALSE -DCMAKE_BUILD_TYPE=Release -DDEVELOPER_MODE=YES -DQT_BUILD_TESTS_BY_DEFAULT=OFF -DBUILD_qtwebengine=FALSE -DBUILD_qtquickeffectmaker=FALSE -DBUILD_qtwayland=FALSE -DBUILD_qttranslations=FALSE -DBUILD_qtdoc=FALSE -DBUILD_qtwebview=FALSE C:\Users\qt\RTA\Qt_6.5.1\6.5.1\Src -DCMAKE_INSTALL_PREFIX:PATH=C:\Users\qt\RTA\Qt_6.5.1\6.5.1\Src\qtbase
Configure and compile examples, exe's are found, but when launching, following examples do not launch, no output is visible (dialog or output on command prompt)
quick\animation
quick\canvas
quick\delegatechooser
quick\draganddrop
quick\imageelements
quick\pointerhandlers
quick\positioners
quick\righttoleft
quick\shapes
quick\text
quick\threading
quick\touchinteraction
quick\views
quick\models\abstractitemmodel
quick\particles\affectors
quick\particles\emitters
quick\particles\imageparticle
quick\particles\itemparticle
quick\particles\system
quickcontrols\attachedstyleproperties
quickcontrols\eventcalendar
quickcontrols\gallery
Other quick applications launch on same environment.