Results 1 to 2 of 2

Thread: How to add QtDesigner.dll support? (such as QtSlq added to pro file as "QT += sql")

  1. #1
    Join Date
    Oct 2009
    Location
    Russia, South Ural, Chelyabinsk
    Posts
    42
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default How to add QtDesigner.dll support? (such as QtSlq added to pro file as "QT += sql")

    Hi!

    I use free version of QtCreator and Qt. I know about free version limit!

    And I have converted project (.pro file) from MSVS 2005 (Qt plugin). In this project used
    QtDesigner.lib and QtDesignerComponents.lib, then I build project in QtCreator, its not founded, because it is not added to .pro file!!!

    I know how to add std libs QtSql QtXml and etc. Can you say me how to add this LIB to .pro file?

    QT += sql xml /*QtDesigner, DesignerComponents how to add it here?*/
    Thanks, very much!

  2. #2
    Join Date
    Oct 2009
    Location
    Russia, South Ural, Chelyabinsk
    Posts
    42
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to add QtDesigner.dll support? (such as QtSlq added to pro file as "QT += s

    ok, I deside this quest. by adding some lines to pro file^

    LIBS += -L"./../debug" \
    -lQtDesignerComponentsd4 \
    -lQtDesignerd4


Similar Threads

  1. Replies: 9
    Last Post: 20th May 2010, 09:55
  2. Replies: 3
    Last Post: 15th February 2010, 17:27
  3. Anyone added project support to QtDesigner?
    By squidge in forum Qt Tools
    Replies: 0
    Last Post: 24th October 2009, 14:11
  4. Replies: 3
    Last Post: 8th July 2008, 19:37
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.