Re: [Development] QTestlib: how not to test mouseMoveEvent handling

2019-07-21 Thread Jason McDonald
On Thu, Jul 11, 2019 at 10:29 PM Volker Hilsheimer wrote: > That there is no overload that takes modifiers and keys is also strange. > > > Most likely this omission is simply because nobody ever asked for such > an overload. I'm fairly sure that that part of testlib existed before > modifiers an

[Development] Missing .qmlc for many QML modules

2019-07-21 Thread Nejat Afshar
I was trying to deploy my app using windeployqt that noticed it copied many .qml and .qmlc files from qml folder in Qt install directory to QtQuick directory besides my app exe. Why are some qml modules compiled and their .qmlc files are present but others are not and you need the source .qml file