i face error cannot find lqtuitoolsd???how i correct this problem?
i face error cannot find lqtuitoolsd???how i correct this problem?
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.
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
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.when i build for target devices its build successfully,only error comes when i build for simulator
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.
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.
Bookmarks