Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

QtSerialPort with static Qt on Mac OS X

$
0
0
Hey everyone, I finally built Qt5.2.1 statically under Mac OS X. Now I have an application witch needs the serialport module. If I try to build it with my static version of Qt I get “Unknown module(s) in QT: serialport”. The module is not present in my static Qt build. I already tried building the serialport module seperately but this does not work. How do I compile Qt5 statically with the serialport module? I simply created the static version by ./configure -static make install Thank you for an advice!

Viewing all articles
Browse latest Browse all 2113

Trending Articles