Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Design Tooling
  3. Qt Design Studio
  4. Qt design studio uses old version of Qt

Qt design studio uses old version of Qt

Scheduled Pinned Locked Moved Unsolved Qt Design Studio
6 Posts 2 Posters 1.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fear2137
    wrote on 15 Oct 2023, 20:12 last edited by
    #1

    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.

    C 1 Reply Last reply 15 Oct 2023, 20:42
    0
    • F fear2137
      15 Oct 2023, 20:12

      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.

      C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 15 Oct 2023, 20:42 last edited by
      #2

      You have to compile your plugin with the same qt version as the design studio.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      F 2 Replies Last reply 15 Oct 2023, 20:57
      0
      • C Christian Ehrlicher moved this topic from General and Desktop on 15 Oct 2023, 20:42
      • C Christian Ehrlicher
        15 Oct 2023, 20:42

        You have to compile your plugin with the same qt version as the design studio.

        F Offline
        F Offline
        fear2137
        wrote on 15 Oct 2023, 20:57 last edited by
        #3

        @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??

        1 Reply Last reply
        0
        • C Christian Ehrlicher
          15 Oct 2023, 20:42

          You have to compile your plugin with the same qt version as the design studio.

          F Offline
          F Offline
          fear2137
          wrote on 16 Oct 2023, 14:58 last edited by
          #4

          @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.

          C 1 Reply Last reply 16 Oct 2023, 15:01
          0
          • F fear2137
            16 Oct 2023, 14:58

            @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.

            C Offline
            C Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 16 Oct 2023, 15:01 last edited by
            #5

            You can install 6.5.3 - the minor version does not matter iirc.

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            F 1 Reply Last reply 16 Oct 2023, 17:26
            0
            • C Christian Ehrlicher
              16 Oct 2023, 15:01

              You can install 6.5.3 - the minor version does not matter iirc.

              F Offline
              F Offline
              fear2137
              wrote on 16 Oct 2023, 17:26 last edited by
              #6

              @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
              qmldir

              it 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"

              1 Reply Last reply
              0

              1/6

              15 Oct 2023, 20:12

              • Login

              • Login or register to search.
              1 out of 6
              • First post
                1/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved