Results 1 to 3 of 3

Thread: Qt plugins

  1. #1
    Join Date
    Nov 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt plugins

    Hello Qt;
    First indicate that I am a novice in programming.
    I'm trying to make a widget itself. Compile the widget to be Employee after plugin in other applications with Qt Creator.
    I'm using as QtCreator IDE under Windows.
    When I try to load the plugin in QtCreator through "About Qt Designer plugins" tells me it fails.
    As I read somewhere on internet, this can occur because QtCreator is compiled with Visual C + +.
    I downloaded the code as it is in QtCreator website, and I tried to compile with the same QtCreator, but the compilations fails.
    Not enough level programming to solve this problem, anyone know how I can solve this problem?
    There is a QtCreator compiled with Mingw?
    Someone can provide me? or I can tell how to do?
    Thank you.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt plugins

    Creator is built with MinGW. Make sure you build the plugin in release mode.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Nov 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt plugins

    Dear Wysota;
    Thanks for your prompt response.
    I'm using the latest version of QtCreator, and all applications and plugins are performed with this IDE.
    After creating a plug-in version release with QtCreator, and then when I try to load in another project with QtCreator tells me that the plugin fails.
    I've made the plugins that comes as Qt exercises and I also give the same ruling.
    Thnak you.

Similar Threads

  1. Use static plugins in dynamic Qt project
    By uj2 in forum Installation and Deployment
    Replies: 1
    Last Post: 31st August 2009, 19:54
  2. Container plugins
    By Benne Gesserit in forum Qt Tools
    Replies: 4
    Last Post: 20th November 2008, 23:43
  3. Qt Plugins Error
    By nathanpackard in forum Qt Programming
    Replies: 1
    Last Post: 17th August 2007, 23:19
  4. Nightmares with plugins
    By KShots in forum Qt Programming
    Replies: 6
    Last Post: 8th February 2007, 16:46
  5. Arthur Plugins demos and designer
    By antonio.r.tome in forum Installation and Deployment
    Replies: 4
    Last Post: 21st March 2006, 14:01

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.