Results 1 to 3 of 3

Thread: What is the proper way to link program against custom designer widget plugin ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 284 Times in 279 Posts

    Default Re: What is the proper way to link program against custom designer widget plugin ?

    1. You must build plugin in both modes (debug and release)
    2. Just link to the program this same dll which is used by QDesigner or (as we are doing) for application create a static library with widget.
    Last edited by Lesiok; 2nd December 2010 at 14:58.

  2. The following user says thank you to Lesiok for this useful post:

    jkv (2nd December 2010)

Similar Threads

  1. QT4 custom designer plugin properties ignored
    By Intangir in forum Qt Programming
    Replies: 7
    Last Post: 23rd May 2015, 12:56
  2. Replies: 1
    Last Post: 6th May 2010, 11:09
  3. Replies: 4
    Last Post: 5th March 2010, 15:20
  4. problem loading custom plugin on Qt Designer 4
    By raman_31181 in forum Qt Tools
    Replies: 18
    Last Post: 26th September 2008, 10:42
  5. custom plugin designer property with out a variable?
    By high_flyer in forum Qt Programming
    Replies: 1
    Last Post: 15th March 2006, 20:11

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.