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. Problems with graphics after deploying a QT application in a windows XP machine
Forum Update on Monday, May 27th 2025

Problems with graphics after deploying a QT application in a windows XP machine

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.4k Views
  • 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.
  • L Offline
    L Offline
    Lucasneo
    wrote on 7 Mar 2011, 13:10 last edited by
    #1

    Morning community.
    I have some problems after deploying a QT application in another machine.
    I've built a QT application up with an intensive use of Graphics (QImage).
    The application runs well in the machine where I built up the application. The application shows graphics perfectly.
    The main QT class used to show graphics is QImage.
    After deploying this application in another machine (XP Home Edition) the graphics don't appear.
    I've copied in the main directory Q4GUI.dll and Q4Core.dll, but....
    Probably I'm missing something probably related with OpenGl libraries, but I don't find any reference in any forum or guide.
    Can please someone advise me?

    Thanks a lot.

    1 Reply Last reply
    0
    • N Offline
      N Offline
      novaktamas
      wrote on 7 Mar 2011, 13:58 last edited by
      #2

      -you have to deploy the "C:\Qt\plugins\imageformats" dir with a lot of dll's.
      -you should create a "qt.conf" file in your application's dir, where "plugins" points to the parent dir of "imageformats" (you just copied) relative from the app's path:

      @[Paths]
      plugins=./@

      "http://www.qtcentre.org/threads/32236-qt.conf-(again)-on-windows"

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Lucasneo
        wrote on 7 Mar 2011, 14:15 last edited by
        #3

        Thanks so much sir!!
        I'll try this afternoon the solution.
        I'll keep your posted.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          Lucasneo
          wrote on 9 Mar 2011, 18:49 last edited by
          #4

          Finally it worked perfectly!.
          Thanks so much for your support.

          1 Reply Last reply
          0

          1/4

          7 Mar 2011, 13:10

          • Login

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