[Development] App released with windeployqt not showing UI

2022-07-15 Thread Fausto Papandrea
Good morning,
I made an app with windeployqt but on some PCs I have some troubles. Sometimes 
the app is running normally and sometimes the app runs (I can see it from the 
Task Manager) but UI is not shown.
These are the steps I do to release the app:
rmdir /S /Q install
mkdir install
copy "build\Desktop_Qt_5_14_2_MinGW_64_bit\Release\release\MyApp.exe" install
C:\Qt\5.14.2\mingw73_64\bin\windeployqt.exe --qmldir qml install\MyApp.exe
copy "C:\Qt\5.14.2\mingw73_64\bin\libgcc_s_seh-1.dll" install
copy "C:\Qt\5.14.2\mingw73_64\bin\libstdc++-6.dll" install
copy "C:\Qt\5.14.2\mingw73_64\bin\libwinpthread-1.dll" install
pause
Am I missing something? Thank you




___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] Qt Release and bugfix

2019-09-18 Thread Fausto Papandrea

Good morning,

I have to update my Qt version because of this bug 
https://bugreports.qt.io/browse/QTBUG-74076.


The bug is marked as resolved in Qt 5.12.4, but, is it merged in Qt 
5.13/5.13.1?


What's the strategy of the release and bugfix merging?

Thank you.

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] QDateTime addDays logic

2018-12-13 Thread Fausto Papandrea
Hi, I would like to understand the logic of the addDays function of 
QDateTime.


I mean, why doesn't it modify the calling object, but returns a copy of 
a new object instead?


Thank you.

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development