Hi,
I tried to compile the examples from http://code.google.com/p/qextserialport/. I am using Mac Os.
First I compile the src.pro. I get some dynamic library. Then I tried to
compile the examples. But at the runtime I get: dyld: Library not loaded:
libqextserialportd.1.dylib.
When I link the src with CONFIG += staticlib it is the same issue.
Under Windows it worked.