1
win32 {
2
	CONFIG += debug_and_release
3
	CONFIG += build_all
4
}
5
6
unix {
7
	CONFIG += debug
8
}