Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qt3 project to qt5
Forum Updated to NodeBB v4.3 + New Features

qt3 project to qt5

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 328 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
    another_one
    wrote on last edited by
    #1

    Hello!
    Can anybody help in qt3 to qt5 conversion?
    Long time ago I have done the sofware and now I need it again, but now can build it in my Qt Creator 4.10.1 , Qt 5.13.1 (MSVC 2017, 32bit)

    I have the build problem
    Project ERROR: Unknown module(s) in QT: phonon qt3support
    When I try to set up during opening I have got the same error
    Please help who knows, I attaching the project
    https://dropmefiles.com/Wa9z1

    Thanks in advance

    eyllanescE 1 Reply Last reply
    0
    • A another_one

      Hello!
      Can anybody help in qt3 to qt5 conversion?
      Long time ago I have done the sofware and now I need it again, but now can build it in my Qt Creator 4.10.1 , Qt 5.13.1 (MSVC 2017, 32bit)

      I have the build problem
      Project ERROR: Unknown module(s) in QT: phonon qt3support
      When I try to set up during opening I have got the same error
      Please help who knows, I attaching the project
      https://dropmefiles.com/Wa9z1

      Thanks in advance

      eyllanescE Offline
      eyllanescE Offline
      eyllanesc
      wrote on last edited by
      #2

      @another_one phonon is not available in Qt5, you have to make the changes for it to use QtMultimedia

      If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        The simplest is to do it in two steps:

        • Qt 3 to 4 porting which may or may not massive depending on your use of qt3support.

        • Qt 4 to 5 porting which should be way simpler especially if you take proper time to not use any feature deprecated in Qt 5.

        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