Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Removing Qt3support
Forum Updated to NodeBB v4.3 + New Features

Removing Qt3support

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 1.2k Views 3 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.
  • M Offline
    M Offline
    medihe
    wrote on last edited by
    #1

    Hi everyone,

    I am working in a project with qt3support. I would like to remove the qt3support and support only qt4. I have checked some documentation but still is not very clear.

    Could you tell me please if there is a way to convert qt3support to qt4 automatically?
    Same way as the tool qt3qt4:

    http://doc.qt.io/archives/qt-4.8/qt3to4.html#qt3to4

    Thanks in advance.

    K 1 Reply Last reply
    0
    • M medihe

      Hi everyone,

      I am working in a project with qt3support. I would like to remove the qt3support and support only qt4. I have checked some documentation but still is not very clear.

      Could you tell me please if there is a way to convert qt3support to qt4 automatically?
      Same way as the tool qt3qt4:

      http://doc.qt.io/archives/qt-4.8/qt3to4.html#qt3to4

      Thanks in advance.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @medihe

      Hi and welcome to devnet forum

      There is no real need to remove Qt3 nor Qt4 support. We have already Qt5. The different lower version support is for compatibility and should help to adopt newer versions.

      Vote the answer(s) that helped you to solve your issue(s)

      M 1 Reply Last reply
      1
      • K koahnig

        @medihe

        Hi and welcome to devnet forum

        There is no real need to remove Qt3 nor Qt4 support. We have already Qt5. The different lower version support is for compatibility and should help to adopt newer versions.

        M Offline
        M Offline
        medihe
        wrote on last edited by
        #3

        Hi Koahnig.

        I am not sure if I understand you correctly. Do you mean I can compile a project with q3support libraries with a qt5 compiler?

        Actually, I want to upgrade my project to qt5, but I don´t think qt5 recognize libraries like Q3HBoxLayout.

        Thanks for your time.

        SGaistS 1 Reply Last reply
        0
        • M medihe

          Hi Koahnig.

          I am not sure if I understand you correctly. Do you mean I can compile a project with q3support libraries with a qt5 compiler?

          Actually, I want to upgrade my project to qt5, but I don´t think qt5 recognize libraries like Q3HBoxLayout.

          Thanks for your time.

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi and welcome to devnet,

          @medihe said in Removing Qt3support:

          I am not sure if I understand you correctly. Do you mean I can compile a project with q3support libraries with a qt5 compiler?

          There's no Qt compiler. Qt is a C++ framework. And no, the Qt3Support module is only available in Qt 4 as a transition helper. Update your code to get rid of it.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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