summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/files/g++.conf
Commit message (Collapse)AuthorAgeFilesLines
* qtbase: replace g++.conf and linux.conf with qmake.confMartin Jansa2013-04-171-56/+0
| | | | | | | | | * 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
* qtbase: partially resolves module pri installationMikko Levonmaa2012-12-031-1/+1
| | | | | | | The pri files get correctly placed under the work dir, but fail to stage correctly. Also there are some packaging issues Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qt5-native: install mkspecs and our g++.conf + linux.confMikko Levonmaa2012-11-151-0/+56
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>