Results 1 to 2 of 2

Thread: Custom widget setup problem (linux version)

  1. #1
    Join Date
    Jun 2006
    Posts
    43
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Custom widget setup problem (linux version)

    I am attempting a library of custom widgets and am having some trouble with plugins.

    I have been running QtSDK 1.1.3-3 and could not seem to find the location to put the shared library files. Qt Creator (2.3.0) would just not recognize them. Help | About Plugins... was not showing any attempt to open.

    All the answers I could find assumed it was a MSVC vs. MinGW mismatch... except I am using Linux, so I figure it might be a gcc mismatch. I built Qt-4.7.4 and QtCreator from source, which makes my libraries, the plugins, and QtCreator all the same compiler and Qt version. Still no luck.

    Note 1: It works fine with standalone QtDesigner.
    Note 2: Yes, I built release.

  2. #2
    Join Date
    Jun 2006
    Posts
    43
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Custom widget setup problem (linux version)

    Eh, I appear to have it working. Evidently the plugins will compile with only an INCLUDEPATH to the library API header files, but actually linking to the base library is required too.

Similar Threads

  1. Problem in using Custom Widget
    By cutie.monkey in forum Qt Programming
    Replies: 2
    Last Post: 13th February 2011, 08:28
  2. Problem with widget stylesheets in 4.5.3 on Linux
    By Lendrick in forum Qt Programming
    Replies: 3
    Last Post: 10th November 2009, 16:58
  3. Replies: 1
    Last Post: 12th October 2009, 09:33
  4. Problem with custom widget
    By jnana in forum Qt Programming
    Replies: 3
    Last Post: 15th March 2006, 11:55
  5. Replies: 4
    Last Post: 1st March 2006, 23:11

Tags for this Thread

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.