Qt design studio uses old version of Qt
-
In Qt design studio I'm stuck at 6.5, but I use 6.6.0 to compile, I can't use my own plugins in Qt Design Studio because its outdated... I tried copying over the toolset and it "worked" as in kit in design studio changed name but qml2puppet would still refuse my modules because they are 6.6.0.
-
You have to compile your plugin with the same qt version as the design studio.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@Christian-Ehrlicher I dont want to do that though. I use 6.6.0 and I cant even find a way to install 6.5.2 because maintentance tool doesnt have it. Why cant design studio have newest version of Qt??
-
@Christian-Ehrlicher I cant find a way to install 6.5.2. All I get is some source code but I dont want to compile Qt from source, I just need the toolkit for msvc.
-
You can install 6.5.3 - the minor version does not matter iirc.
-
@Christian-Ehrlicher I found 6.5.2, compiled it, made a folder PluginName in asset_imports of my project
inside there I have:
PluginName.qmltypes
PluginName_qml_module_dir_map.qrc
PluginNameplugin.dll
PluginNameplugin.dll.manifest
PluginNameplugin.exp
PluginNameplugin.lib
qmldirit works properly in QML editor in qt design studio as in it finds the members
but when I try to run the app in qt design studio through the puppet it says that
"Cannot load library: path to dll The specified module could not be found"