Results 1 to 3 of 3

Thread: Static vs. Dynamic

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2009
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question Static vs. Dynamic

    Hello everyone,
    I have written a program that shows an splash and inserts an icon in system tray with 2 PNG files. In Dynamic mode, it executes well and everything is ok, but in Static the splash doesn't appears !!!! I added this line
    Qt Code:
    1. Q_INIT_RESOURCE(MySplash);
    To copy to clipboard, switch view to plain text mode 
    but it is not working yet !!!

    Thanks for any help

  2. #2
    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: Static vs. Dynamic

    Make sure you have all needed image plugins available for static building.

  3. #3
    Join Date
    Apr 2009
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question Re: Static vs. Dynamic

    I've used a .PNG file for my splash. Which library is needed?

Similar Threads

  1. Generating a static and dynamic library
    By elcuco in forum Qt Programming
    Replies: 3
    Last Post: 20th August 2011, 12:46
  2. Replies: 16
    Last Post: 23rd May 2008, 11:12
  3. Static vs. Dynamic Building for GPL Open Source Software Release
    By brent99 in forum Installation and Deployment
    Replies: 6
    Last Post: 11th March 2008, 21:46
  4. Switching static to dynamic ui loading
    By s_a_white in forum Newbie
    Replies: 4
    Last Post: 26th June 2006, 16:57
  5. Qt libs static and dynamic
    By conexion2000 in forum Installation and Deployment
    Replies: 3
    Last Post: 24th May 2006, 10:09

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.