Results 1 to 3 of 3

Thread: fatal error- missing -'QtUiToolsd.lib

  1. #1
    Join Date
    Jun 2006
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default fatal error- missing -'QtUiToolsd.lib

    I'm trying to use QT 4.1.2 ( from qt-win-opensource-4.1.2-mingw.exe)
    for qtwengophone ( script scons prepare-for-mingw=yes qtwengophone was used), but LINK is showing the following error

    "fatal error LNK1181: cannot open input file 'QtUiToolsd.lib".

    Indeed, Qt folder "lib" (after compilation) contains 79 files inluding "Qt3Support4.dll' till "QtDesignerd4.dll" but NO .LIB files and nothing related to QtUiToolsd.

    My question is - what's wrong< and how could I create this 'QtUiToolsd.lib" file?


    P.S. All Enviramental variables are set

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: fatal error- missing -'QtUiToolsd.lib

    Quote Originally Posted by razovy
    My question is - what's wrong< and how could I create this 'QtUiToolsd.lib" file?
    If you use MinGW, then you won't get a something.lib file, but rather libsomething.a.

    Do you have libQtUiToolsd.a? If yes, then make sure you compile that application using MinGW.

  3. #3
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: fatal error- missing -'QtUiToolsd.lib

    Could it be that the QtUiToolsd.lib d is the problem. Have you build debug libraries. Otherwise you will have to alter your project file to build a release version and use QtUiTools.lib instead.

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.