We have built a large-ish program using QT Creator 5 on Fedora (easy install). We now have to compile for older distro's including RH5 and RH6.
I realize that QT Creator doesn't support the older versions of libstdc++ which ship with RH5 and RH6. However, can we still use make & qmake from the command line to compile our project under other distros?