Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi i am using this library very frequently in c++ program's. But i can't include in qt some way to solve this?
add PRECOMPILED_HEADER = stdafx.h to your pro file
PRECOMPILED_HEADER = stdafx.h
@VRonin :-1: error: dependent 'stdafx.h' does not exist.
do you have that file at all? how did you create your project? with Visual Studio?