Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtbase: disable gdb_dwarf_index | Martin Jansa | 2013-04-17 | 1 | -1/+1 |
| | | | | | | | | | * qmake is trying to call native gdb and we don't depend on gdb-native (or even provide gdb-native) * fixes errors like this: /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected which are not fatal, but still misleading in do_configure output | ||||
* | qtbase: replace g++.conf and linux.conf with qmake.conf | Martin Jansa | 2013-04-17 | 1 | -0/+39 |
* g++.conf and linux.conf were outdated a lot, lacking new options like QMAKE_COMPILER causing a lot of warning like: Project WARNING: qmake spec does not announce the compiler family. Guessed gcc. * Instead of replacing whole common files, use custom qmake.conf which overwrites common setting after including it |