Results 1 to 2 of 2

Thread: QTLIBINFIX and Qt4VSAddin

  1. #1
    Join Date
    Feb 2007
    Posts
    28
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default QTLIBINFIX and Qt4VSAddin

    Hello,

    the visual integration adds automatically qt libraries to a project. But it uses only the standard names for the libraries like QtCore4.dll.
    If i compile the qt library with QTLIBINFIX the library names are different, e.g. QtCore_abc_4.dll.
    How can i configure the visual integration for MSVC 2008 to add QtCore_abc_4.dll instead of QtCore4.dll .

    Thanks,
    jobrandt

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QTLIBINFIX and Qt4VSAddin

    Since you probably don't want the change to be permanent, I'd create the project as normal and then edit the resulting visual studio project file (.vcproj). Check the line that states 'AdditionalDependencies' - the libraries should be listed there.

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.