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?