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. Qt 3.3.5 with canvas and xml
Forum Updated to NodeBB v4.3 + New Features

Qt 3.3.5 with canvas and xml

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 1.6k 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.
  • B Offline
    B Offline
    bmahf
    wrote on last edited by
    #1

    I am working on an old application my company is still supporting, and it uses Qt 3.3.5. I need to recompile this Qt source in order to add both canvas and xml ability. The person who originally compiled this is gone now, and I am not very familiar with Qt 3.x configuration. If someone could help me to configure and build so that I can add canvas and xml, that would be great.

    In particular, when I run "configure -debug", the configure output line that starts "OpenGL support" shows that this is not supported.

    Later on, I get the following lines:

    For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\canvas\canva s.pro
    Project file not generated because all requirements not met:
    canvas

    For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\outliner \outliner.pro
    Project file not generated because all requirements not met:
    xml
    For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\tagreade r\tagreader.pro
    Project file not generated because all requirements not met:
    xml
    For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\tagreade r-with-features\tagreader-with-features.pro
    Project file not generated because all requirements not met:
    xml

    I changed my configure line to "configure -debug -qconfig full", thinking this might be a requirement, but it didn't help. I got the same output.

    The build output was attached in another forum, and I also attached the canvas.pro and outliner.pro files in case they would help. I'm hoping you can just link there using the following links. If you want to see these files and cannot from these links, please let me know and I'll send them to you.

    build.zip: http://www.qtcentre.org/attachment.php?attachmentid=9804&d=1384960361
    canvas.pro: http://www.qtcentre.org/attachment.php?attachmentid=9802&d=1384959606
    outliner.pro: http://www.qtcentre.org/attachment.php?attachmentid=9803&d=1384959609

    Thanks for any help you can give...

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bmahf
      wrote on last edited by
      #2

      Ok, so I put these files up on PasteBin for a month, so I'm sharing them that way instead. Here are the links:

      build.txt - http://pastebin.com/THAntqaG
      canvas.pro - http://pastebin.com/pSYAxuxV
      outliner.pro - http://pastebin.com/1fQ5h6fK

      1 Reply Last reply
      0
      • JKSHJ Online
        JKSHJ Online
        JKSH
        Moderators
        wrote on last edited by
        #3

        Hi,

        I'm not sure how many people here have experience with Qt 3.

        Try subscribing to the Interest mailing list (http://lists.qt-project.org/mailman/listinfo/interest ) and posting there -- you might have more luck there. It's where you can find people who've worked with Qt for many many years.

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

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

          Hi,

          You might have to also get an older system/visual studio combo in order to compile it. If possible you should consider porting your application to Qt 4 since it provides the Qt3Support library. I can't tell how much work it would represent but it might be a good move for future maintenance

          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
          0
          • B Offline
            B Offline
            bmahf
            wrote on last edited by
            #5

            Thanks. Porting is not really an option right now, unless this thing just refuses to compile. I'll get on the mailing list.

            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