Update spec to build Qt 5.0
[profile/ivi/qtbase.git] / mkspecs / common / g++.conf
1 #
2 # Notice: g++.conf has been split into g++-base.conf and g++-unix.conf
3 #
4 # This file will make sure that anyone who's still including g++.conf
5 # directly will get a warning and an explanation of how to fix their mkspec
6 #
7
8 warning($$escape_expand("Your mkspec is including 'common/g++.conf', but the mkspecs have been refactored\\n\\tTo fix this include 'common/gcc-base-$${TARGET_PLATFORM}.conf and 'common/g++-$${TARGET_PLATFORM}.conf' instead"))
9
10 # We include gcc-base-unix.conf and g++-unix.conf to keep the behavior of the old g++.conf
11 include(gcc-base-unix.conf)
12 include(g++-unix.conf)