I can not find a proper kit for running Qml code in Qt creator.I already have mingw64 & msvc 2017.btu these two did't work for building Qml project.**please help me to find and install suitable(KIT)for Qml project. thanks to all**
-
@Mehdi-gh Please keep title short!
What exact Qt version did you install and how?
What exactly does not work? -
@jsulm Qt 5.12.12 (version)
when i want to build a qml project(Qt quick application-empty), the suitable kit is not exist !! I already have mingw 64 & msvc 2017 kit on my system but they didn't work and i can not select them for building my project.so, is there any kit should i install to run and build Qml project????
-
@jsulm Qt 5.12.12 (version)
when i want to build a qml project(Qt quick application-empty), the suitable kit is not exist !! I already have mingw 64 & msvc 2017 kit on my system but they didn't work and i can not select them for building my project.so, is there any kit should i install to run and build Qml project????
@Mehdi-gh I did not say how you install Qt (online installer)? Also, which Qt modules did you install. Did you also install MinGW or MSVC compiler?
You also should check the Kits you have: are there any warnings or errors? -
@Mehdi-gh I did not say how you install Qt (online installer)? Also, which Qt modules did you install. Did you also install MinGW or MSVC compiler?
You also should check the Kits you have: are there any warnings or errors? -
@jsulm i used Qt offline installer. I already installed MinGW,but MSVC is installed by Qt offline installer.
and there was one warning during the installation about MinGW compiler.but MSVC is installed by Qt offline installer
No, Qt Online Installer does NOT install Microsoft compiler - you have to do it by yourself.
How did you install MinGW? For Qt you should install it using Qt Installer."and there was one warning during the installation about MinGW compiler" - then please tell us what warning it was.
And you also still did not tell whether you have any warnings/errors in your Kits...
-
@jsulm okey .I had already installed MinGW before I install Qt. should i delete it ?and install it with Qt offline installer ???
unfortunately,I don't remember what exactly the warning was.But now i don't have any warnings or errors during the compile and run the codes in Qt widgets Application &Qt console Application. -
@jsulm okey .I had already installed MinGW before I install Qt. should i delete it ?and install it with Qt offline installer ???
unfortunately,I don't remember what exactly the warning was.But now i don't have any warnings or errors during the compile and run the codes in Qt widgets Application &Qt console Application.should i delete it ?
If you don't need it then it is better no remove it.
I'm not sure why Qt Quick projects do not work for you. One reason could be that you did not install some Qt modules when you installed Qt. If you use Qt Online Installer to install Qt you get Qt Maintenance Tool in your Qt installation folder. You can use this tool to install/remove/update Qt modules.
-
@jsulm i have Qt online installer and the maintenance Tool.
but i don't know what modules I have to install for fix my problem.clould you please give me a list of what should i install in maintenace tool for running Qt Quick projects??
also. do I need another kit (exept MinGW & MSVC) for running Qml code ??
If i need, waht is it??(i installed the last version of Qt online instaler available)
-
@jsulm i have Qt online installer and the maintenance Tool.
but i don't know what modules I have to install for fix my problem.clould you please give me a list of what should i install in maintenace tool for running Qt Quick projects??
also. do I need another kit (exept MinGW & MSVC) for running Qml code ??
If i need, waht is it??(i installed the last version of Qt online instaler available)
do I need another kit (exept MinGW & MSVC) for running Qml code ??
No.
I'm not sure what exact modules you need. Start the Maintenance tool and look for modules with QML or Quick in their names.
-
@jsulm
i have another question ...Do I have to put online installer file in the folder that i installed Qt offline ?or there is no different where I install the Online installer in my system??where I install the Online installer
You don't install the installer. You just use the installer to install Qt. Where you put the downloaded installer doesn't matter.