sailfishos-chum / qt6

0 stars 1 forks source link

Select compiler based on architecture #5

Closed rinigus closed 4 days ago

rinigus commented 1 week ago

We would have to merge gcc and main branches to support 32- and 64-bit architectures. Probably should define compiler in macro as @CC@ @CXX@ and just replace it during a build according to the architecture. Also dependency on compiler should be set accordingly

rinigus commented 1 week ago

In addition, KF6 really doesn't like clang as clang was failing to compile some KF6 code. So, for KF6, we need to use gcc for all architectures.

rinigus commented 4 days ago

qt6 is fixed now, will look into kf6

rinigus commented 4 days ago

kf6 is using g++ already. closing