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!
↧