Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkspecs: Move QMAKE_CC and QMAKE_CXX from gcc-base.conf to g++-base.conf | Tor Arne Vestbø | 2010-11-05 | 1 | -3/+10 |
| | | | | | | | | Since gcc-base is used for Clang and LLVM as well, we should not define QMAKE_CC and QMAKE_CXX there. Moving it to g++-base.conf reduces the risk of parsing errors in configure such as the one in dacda67ee449b6291. Reviewed-by: ossi | ||||
* | mkspecs: Emit warning when including g++.conf directly | Tor Arne Vestbø | 2010-10-27 | 1 | -0/+23 |
86636e0c4ab91bfb6 refactored the mkspecs, but didn't account for people with their own mkspec who would still include g++.conf directly. We now print a warning if this situation is detected, and explain to the user how they can fix their mkspec. For convenience we redirect g++.conf to g++-unix.conf so that people's mkspecs will still work. Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> |