Results 1 to 6 of 6

Thread: dependency file for Qt application to deploy

  1. #1
    Join Date
    Jun 2007
    Location
    India/Bangalore
    Posts
    156
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question dependency file for Qt application to deploy

    Hi,

    What are the files need to deploy Qt application on non Qt system? I developed my Qt application on Visual Studio 2005 and Qt4.4.
    Thanks,
    Rajesh.S

  2. #2
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: dependency file for Qt application to deploy

    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

  3. #3
    Join Date
    Jul 2008
    Location
    india
    Posts
    12
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: dependency file for Qt application to deploy

    you dont need any qt related file to deploy your qt application to other machine.

    you can do it in two ways.

    1. build qt statically and link qt libraries statically.In this case your application will be bigger but no additional files need to send.

    2. create a .dll file having all the qt symbol (used in your application) and send it with your application.

    Two options have both pros and cons so apply it according to your need.

    enjoy.

  4. The following user says thank you to biswajithit for this useful post:

    rajeshs (8th August 2008)

  5. #4
    Join Date
    Jun 2007
    Location
    India/Bangalore
    Posts
    156
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: dependency file for Qt application to deploy

    Hi,

    for me 1 option is not possible, because i am using commertial vertion.
    can u please tell me ho to make dll with all the Qt symbols used in applicaiton?
    Thanks,
    Rajesh.S

  6. #5
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: dependency file for Qt application to deploy

    It is possible to build the commercial version of Qt statically just the same way it is possible with the open source version.
    J-P Nurmi

  7. #6
    Join Date
    Jul 2008
    Location
    india
    Posts
    12
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Cool Re: dependency file for Qt application to deploy

    hi,

    you can build your qt statically. only you need to have qt-win-commercial*.zip (unzip it. using cmd run configure and then nmake .NOTE: you need to have Visual studio or other compiler pre installed.) file insteed of exe (direct installation---> not good for application development) of qt .

    1. configure -static

    give your secret license number

    say yes

    2. nmake (if visual studion)

    if you are using visual studio .......you can create .dll file ...it is in options or settings.

    regards
    biswajit
    Last edited by biswajithit; 11th August 2008 at 10:10.

Similar Threads

  1. how to apply stylesheet to qtopia application using qss file
    By namita in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 31st March 2008, 07:04
  2. Related to Packaging of Qt4 Application
    By archanasubodh in forum Installation and Deployment
    Replies: 1
    Last Post: 21st March 2008, 14:55
  3. How to read/write PDF file from Qt Application?
    By rajesh in forum Qt Programming
    Replies: 5
    Last Post: 30th August 2007, 08:39
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21

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.