Results 1 to 3 of 3

Thread: Running Qt applications on windows

  1. #1
    Join Date
    Jul 2010
    Posts
    72
    Thanks
    35
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Running Qt applications on windows

    Hello,

    I would like to know if it is always necessary to have the QtCored4.dll and QtGuid4.dll in the same folder of the .exe file. These files are really big (QtGuid4.dll is about 144 megabytes!!) and therefore the need for these files is not practical. Can a Qt application run on a computer that does not have these .dll files?

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Running Qt applications on windows

    No, if you have a Qt GUI application you need both the code and gui dll's.

    But, you do not need to package them with your application.
    If you install them in the windows system folder, you only need to install it once.

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Running Qt applications on windows

    Quote Originally Posted by Maluko_Da_Tola View Post
    QtGuid4.dll is about 144 megabytes!!
    Why do you want to deploy the debug library? Build your application in release mode. The dll size will then be 9 MB.

Similar Threads

  1. Running Phonon under Windows CE
    By Luc4 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 10th April 2010, 10:44
  2. running external applications via QT?
    By cruisx in forum Newbie
    Replies: 1
    Last Post: 11th August 2009, 06:34
  3. Error while running in some Windows Xp
    By Ayalaskin in forum Installation and Deployment
    Replies: 5
    Last Post: 8th March 2009, 06:27
  4. Sending keystrokes to other Applications (Windows XP)
    By skainz in forum Qt Programming
    Replies: 1
    Last Post: 11th May 2007, 09:51
  5. Replies: 1
    Last Post: 17th May 2006, 00:23

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.