ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

crossbuilder: Setup the `qt5` profile for cross-compilation #44

Closed mardy closed 4 years ago

mardy commented 4 years ago

The de-facto policy in Debian is to specify QT_SELECT=qt5 in debian/rules, therefore overriding the variable we set here. Since we are not building for the host architecture anyway, let's set the qt5 profile to always cross-compile.