Cross-Compling QT
-
Hi,
These are all Linux flavors so you don't have to create a new mkspec. linux-g++ is what you need.
The mkspecs are for platforms e.g. OS X, iOS, Linux, Android, or devices e.g. RaspberryPi etc.
How do you plan to distribute your software ? Using the package manager of each distribution ? Or your own binary ?
-
Hi,
These are all Linux flavors so you don't have to create a new mkspec. linux-g++ is what you need.
The mkspecs are for platforms e.g. OS X, iOS, Linux, Android, or devices e.g. RaspberryPi etc.
How do you plan to distribute your software ? Using the package manager of each distribution ? Or your own binary ?
-
Don't forget the licensing implication that comes with static linking.