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 export to Qt Creator problem

Qt Design Studio export to Qt Creator problem

Scheduled Pinned Locked Moved Unsolved Qt Design Studio
3 Posts 2 Posters 1.1k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    alexart878
    wrote on last edited by
    #1

    Hello, everyone. I ran into weird situation while trying to export Qt Design Studio project to Qt Creator project following this guide: https://doc.qt.io/qtdesignstudio/studio-exporting-for-c.html.

    I use Qt Design Studio 4.1.1. LTS, so it's capable to create projects targeting Qt 5.15 version, which i use primarily. Qt Creator is 17.0.0. So, when i generate Cmake build files with Qt Designer export, they're filled with Qt6 code, like qt_add_executable or qt6_add_qml_module .

    I found this a little strange, like why we can create project for Qt5, but can't export it? Appreciate any help :)

    JKSHJ 1 Reply Last reply
    0
    • A alexart878

      Hello, everyone. I ran into weird situation while trying to export Qt Design Studio project to Qt Creator project following this guide: https://doc.qt.io/qtdesignstudio/studio-exporting-for-c.html.

      I use Qt Design Studio 4.1.1. LTS, so it's capable to create projects targeting Qt 5.15 version, which i use primarily. Qt Creator is 17.0.0. So, when i generate Cmake build files with Qt Designer export, they're filled with Qt6 code, like qt_add_executable or qt6_add_qml_module .

      I found this a little strange, like why we can create project for Qt5, but can't export it? Appreciate any help :)

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi @alexart878, and welcome!

      Unfortunately, Qt Design Studio's CMake exporter was only implemented for Qt 6.

      If you want to use the output in a Qt 5 project, you must use the *.qrc exporter instead.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      1
      • A Offline
        A Offline
        alexart878
        wrote on last edited by
        #3

        Hi, thank you for advice, i'll give it a shot

        1 Reply Last reply
        0

        • Login

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