Results 1 to 13 of 13

Thread: Deployment of Static Qt on Windows?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Posts
    326
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    42
    Thanked 1 Time in 1 Post

    Default Re: Deployment of Static Qt on Windows?

    Thanks 4 replies

    Ok i ll try to install qt using cmd and let u know
    Always Believe in Urself
    Merry

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 86 Times in 81 Posts

    Default Re: Deployment of Static Qt on Windows?

    Then you forgot to rerun qmake or something like this. You definitely don't link against static qjpeg plugin - otherwise you won't get those linker errors!

  3. #3
    Join Date
    Jan 2007
    Posts
    326
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    42
    Thanked 1 Time in 1 Post

    Default Re: Deployment of Static Qt on Windows?

    now i added
    config += static
    in the plugin.pro file , then it doesnt return the previous error but generates some other linking error

    LINK : fatal error LNK1104: cannot open file 'c:\Qt\Qt4.3.4l\lib\QtGuid.lib'
    NMAKE : fatal error U1077: ' "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\LINK.EXE"' : return code '0x450'
    Stop

    NMAKE : fatal error U1077: ' "C:\Program Files\Microsoft Visual Studio 8\VC|BIN\Nmake.exe"' : return code '0x2'
    Stop
    but with the same it generates the manifest file and exe of my application and exe also runs fine.
    Always Believe in Urself
    Merry

Similar Threads

  1. Windows mobile 6 deployment
    By Gilles.Bordas in forum Installation and Deployment
    Replies: 4
    Last Post: 7th July 2008, 11:06
  2. Replies: 16
    Last Post: 23rd May 2008, 10:12
  3. Qt 4.3 static linking on Windows
    By john_crichton in forum Installation and Deployment
    Replies: 2
    Last Post: 13th May 2008, 06:57
  4. Windows XP Qt 4.3.2 Static build
    By maxpower in forum Installation and Deployment
    Replies: 9
    Last Post: 2nd November 2007, 04:49
  5. qt deployment problem on windows xp
    By sepp in forum Installation and Deployment
    Replies: 3
    Last Post: 5th July 2007, 11:16

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.