Results 1 to 10 of 10

Thread: Make an application for windows running standalone

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Windows Symbian S60 Maemo/MeeGo

    Default Re: Make an application for windows running standalone

    i have tried copying these files. But it still says "This application has failed to start because QtCore4.dll was not found. Re-installing the application may fix this problem." please help

  2. #2
    Join Date
    Sep 2011
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Make an application for windows running standalone

    Hello,
    This video tutorial would help you:
    http://www.voidrealms.com/viewtutorial.aspx?id=211

    good luck!
    Unix is simple. It just takes a genius to understand its simplicity. – Dennis Ritchie

  3. #3
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Windows Symbian S60 Maemo/MeeGo

    Default Re: Make an application for windows running standalone

    Many Thank saeedIRHA! But it has still not solved my problem completely, but i believe i have been given the proper direction because of ur msg.
    will keep u posted though. regards, pyree

  4. #4
    Join Date
    Sep 2011
    Posts
    45
    Thanks
    17
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Make an application for windows running standalone

    Hello.

    Because this thread is about how to deploy app... I'll not create another one and I'll ask in this one once again about a very strange behavior(IMO).
    In my app I have a QGraphicsView with a scene and some other widgets on a main form. I'm trying to draw the background image to the scene. Image is somewhere on an user desktop. I press the button "Browse" for searching that image and after selecting that image the picture appears in a QGraphicsView's scene as I need it. BUT it will happen ONLY on PC where is installed QT. Otherwise will be displayed an empty screen. Image format is JPG/PNG/BMP. Further - more interesting. If I'll use libraries from win 7 pc and the target pc is working under win XP and on win XP pc is installed QT image will not appear neither.


    My question is: IS it a QT's bug? Or may be something missing in a libraries? Why app works(by this word I mean, that the picture is being drawing as a background) on win 7 pc where QT is installed and didn't work(picture doesn't appear) if QT isn't installed?

    I hope, I describe the problem clearly.

    Thank you for your answers beforehand.

  5. #5
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Make an application for windows running standalone

    You need to deploy the relevant image format plugins in addition to the core Qt DLLs. See an example deployment layout

  6. The following user says thank you to ChrisW67 for this useful post:

    DmitryNik (4th November 2011)

  7. #6
    Join Date
    Sep 2011
    Posts
    45
    Thanks
    17
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Make an application for windows running standalone

    Quote Originally Posted by ChrisW67 View Post
    You need to deploy the relevant image format plugins in addition to the core Qt DLLs. See an example deployment layout
    Thank you for the link.

Similar Threads

  1. Replies: 5
    Last Post: 27th July 2011, 19:02
  2. Qt standalone application with Cocoa Library Crash
    By rokkamraja in forum Qt Programming
    Replies: 0
    Last Post: 8th June 2010, 14:21
  3. Replies: 1
    Last Post: 9th November 2009, 09:27
  4. How to make MAC version of Windows QT application
    By qtUser500 in forum Installation and Deployment
    Replies: 2
    Last Post: 8th October 2009, 14:27
  5. Error running 'make'
    By borker in forum Installation and Deployment
    Replies: 1
    Last Post: 1st May 2008, 14:54

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.