PDA

View Full Version : Qt Installer not working in Squish



npatil15
15th March 2019, 13:09
Hi,

Done static qt source building as per instruction given how to build qt-5.7 statically using msvc14 microsoft visual studio 2015 (http://amin-ahmadi.com/2016/09/22/how-to-build-qt-5-7-statically-using-msvc14-microsoft-visual-studio-2015/)

Followed steps to build installer of qt, Qt installer (https://doc.froglogic.com/squish/latest/rg-cppapi.html#rgcpp-qtbuiltin)

Then create ApplicationInstaller using the steps, IFM-Tools (https://doc.qt.io/qtinstallerframework/ifw-tools.html)

Its working normally when try to install application using the created installer. But in Squish the same application is not working, and giving some error like,

Wrapper: Cannot register nativeEventFilter due to missing QAbstractEventDispatcher instance

Qt static source code : 5.9.4
Installer : 3.0.1

If anyone has gone through this error please reply.

Thanks