Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

module "QtQuick.Dialogs" version 1.3 is not installed

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?

like image 498
AlexandreBorowczyk Avatar asked Aug 16 '26 13:08

AlexandreBorowczyk


1 Answers

Try to import without version: import QtQuick.Dialogs

In the Qt 5.15.2 it works.

If you use newest version then install actuality version for example Qt 5.15

like image 114
NNINA Avatar answered Aug 18 '26 04:08

NNINA



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!