What Module do I include in .pro
file for using Active Qt? I mean QT += ?
.
And: Can I develop Commercial Software using ActiveQt? (I am using Qt LGPL).
I created an application for Windows in C++ using QT. If I want to port it to Linux or Mac OS, will sizeof(int) or sizeof(long) change? In other words, do types in QT applications for different ...