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 5.0 does not support properly with programs
Forum Updated to NodeBB v4.3 + New Features

Qt 5.0 does not support properly with programs

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

    Hi,
    Having a serious issue with Qt 5.0.0 (64 bit) on UBUNTU 12.04 (64 bit), when i run my program with this version of Qt, it is not displaying the correct output.
    But when i am devolping with UBUNTU 11.10 (64 bit) and using with Qt 4.7.4 (32 bit) then same program gives the correct output.
    where is the problem in this. Is it require another extra package to run programs on UBUNTU 12.04 (64 bit) ?
    Thanks in advance....

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to be more specific. What errors are you getting? What is this incorrect output? Does the project compile well?

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        saharanvikas
        wrote on last edited by
        #3

        i want to display the system available printers list using the following function:

        QList<QPrinterInfo> list = QPrinterInfo::availablePrinters();

        my application is compiled well but not showing the printer list.
        but the same code is working properly in Qt 4.7.4 (32 bit) with UBUNTU 11.10 (64 bit).

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Could be a bug. Make sure you are using the newest Qt5 available (RC1 or git clone), if it persists, report the bug on JIRA.

          (Z(:^

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            So this is the same issue as https://qt-project.org/forums/viewthread/22695/ ? Closing this one then.

            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