Results 1 to 5 of 5

Thread: cannot find lqtuitoolsd???

  1. #1
    Join Date
    Feb 2011
    Location
    udaipur,Rajasthan
    Posts
    27
    Qt products
    Qt3 Qt4
    Platforms
    Windows Symbian S60

    Question cannot find lqtuitoolsd???

    i face error cannot find lqtuitoolsd???how i correct this problem?

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: cannot find lqtuitoolsd???

    1. make sue the lib exists in you Qt installation.
    2. does you pro file have CONFIG += uitools?
    3. Make sure your project knows where to find the lib.(lib path)
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Feb 2011
    Location
    udaipur,Rajasthan
    Posts
    27
    Qt products
    Qt3 Qt4
    Platforms
    Windows Symbian S60

    Default Re: cannot find lqtuitoolsd???

    Quote Originally Posted by high_flyer View Post
    1. make sue the lib exists in you Qt installation.
    2. does you pro file have CONFIG += uitools?
    3. Make sure your project knows where to find the lib.(lib path)
    1.when i build for target devices its build successfully,only error comes when i build for simulator
    2.yes my pro file have CONFIG += uitools
    3.how to mention lib path?

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: cannot find lqtuitoolsd???

    you should not have a problem with the lib location if you didn't install it specifically somewhere else outside the Qt tree, which you probably didn't since you say it works fine for your target.
    I don't know where the simulator is keeping its configuration, but you should looks to see that what ever Qt installation the simulator is using it has quitools.lib installed in place.

    P.S
    when i build for target devices its build successfully,only error comes when i build for simulator
    Its is very helpful if you said that from the beginning, Qt can be deployed on various setups and systems, such information can be valuable to someone trying to help you.

    I moved this thread the embedded forum.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Feb 2011
    Location
    udaipur,Rajasthan
    Posts
    27
    Qt products
    Qt3 Qt4
    Platforms
    Windows Symbian S60

    Default Re: cannot find lqtuitoolsd???

    i had verified in the path for the quitools.lib was not there,so i installed the desktop version now i can able to test with desktop version.Thanks for your timely help.

Similar Threads

  1. cannot find -lqt-mt
    By mahe2310 in forum Newbie
    Replies: 5
    Last Post: 4th January 2018, 22:43
  2. Qt 4.6.3 where can i find
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 1
    Last Post: 23rd November 2010, 11:28
  3. Help this guy find its way.
    By Dg!Mortal in forum Newbie
    Replies: 3
    Last Post: 12th April 2008, 18:31
  4. Find a Tab
    By fruzzo in forum Qt Programming
    Replies: 1
    Last Post: 28th February 2008, 14:01
  5. Can't find
    By Hz in forum Qt Programming
    Replies: 2
    Last Post: 16th March 2006, 14:15

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.