I'm trying to import QtQuick.Dialogs version 1.3 in a code that runs without any issue with version 1.2. However on runtime I get the following error
module "QtQuick.Dialogs" version 1.3 is not installed
I'm compiling with the default Desktop Qt 5.9.2 GCC 64bit kit
Anyone was a idea what is happening?