you have a compiler error. so address the c++ compiler error. This has nothing to do with Qt.
http://linux.die.net/man/3/clock_gettime
you have a compiler error. so address the c++ compiler error. This has nothing to do with Qt.
http://linux.die.net/man/3/clock_gettime
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
It has to do with the windows qt environment and the way it spread the file in the filesystem....
How can I check wether the lib is correctly reachable (presence/lib path) by the linker?
Moreover the time.h include should contain the CLOCK_MONOTONIC define. Where can I find it ?
Qt environment doesn't spread any files anywhere.
You can compile a program that uses it. If it fails, then it is not reachable.How can I check wether the lib is correctly reachable (presence/lib path) by the linker?
time.h? Probably in the place where you had put it. I don't see what Qt has to do with it. You're not even using Qt anywhere:Moreover the time.h include should contain the CLOCK_MONOTONIC define. Where can I find it ?
Bookmarks