centralize initialization of QT in specs
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 3 Sep 2012 13:12:07 +0000 (15:12 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 8 Sep 2012 11:36:16 +0000 (13:36 +0200)
commit809bc47fad9129b9e2ccd13432299db171d79e1a
treeb8a7f5dfe043c034898b7c6dacdac322b69bdbe4
parentcd9599792ead2b38e1f5bbeb26ec3a182511f60b
centralize initialization of QT in specs

there is no reason whatsoever to duplicate this so many times, and even
less reason to have specs with a deviating default.

Change-Id: Ia25836c079580adebc373697b8bd03598f79c69b
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
94 files changed:
mkspecs/aix-g++-64/qmake.conf
mkspecs/aix-g++/qmake.conf
mkspecs/aix-xlc-64/qmake.conf
mkspecs/aix-xlc/qmake.conf
mkspecs/common/ios.conf
mkspecs/common/linux-android.conf
mkspecs/common/qcc-base-qnx-armv7le.conf
mkspecs/common/qcc-base-qnx-x86.conf
mkspecs/common/wince/qmake.conf
mkspecs/cygwin-g++/qmake.conf
mkspecs/darwin-g++/qmake.conf
mkspecs/devices/common/linux_device_pre.conf
mkspecs/devices/linux-archos-gen8-g++/qmake.conf
mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf
mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
mkspecs/devices/linux-beagleboard-g++/qmake.conf
mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf
mkspecs/devices/linux-n9-g++/qmake.conf
mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf
mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf
mkspecs/devices/linux-snowball-g++/qmake.conf
mkspecs/features/spec_pre.prf
mkspecs/freebsd-g++/qmake.conf
mkspecs/freebsd-g++46/qmake.conf
mkspecs/freebsd-icc/qmake.conf
mkspecs/hpux-acc-64/qmake.conf
mkspecs/hpux-acc-o64/qmake.conf
mkspecs/hpux-acc/qmake.conf
mkspecs/hpux-g++-64/qmake.conf
mkspecs/hpux-g++/qmake.conf
mkspecs/hpuxi-acc-32/qmake.conf
mkspecs/hpuxi-acc-64/qmake.conf
mkspecs/hpuxi-g++-64/qmake.conf
mkspecs/hurd-g++/qmake.conf
mkspecs/irix-cc-64/qmake.conf
mkspecs/irix-cc/qmake.conf
mkspecs/irix-g++-64/qmake.conf
mkspecs/irix-g++/qmake.conf
mkspecs/linux-arm-gnueabi-g++/qmake.conf
mkspecs/linux-clang/qmake.conf
mkspecs/linux-cxx/qmake.conf
mkspecs/linux-ecc-64/qmake.conf
mkspecs/linux-g++-32/qmake.conf
mkspecs/linux-g++-64/qmake.conf
mkspecs/linux-g++-maemo/qmake.conf
mkspecs/linux-g++/qmake.conf
mkspecs/linux-icc/qmake.conf
mkspecs/linux-kcc/qmake.conf
mkspecs/linux-llvm/qmake.conf
mkspecs/linux-lsb-g++/qmake.conf
mkspecs/linux-pgcc/qmake.conf
mkspecs/lynxos-g++/qmake.conf
mkspecs/macx-clang-32/qmake.conf
mkspecs/macx-clang-libc++-32/qmake.conf
mkspecs/macx-clang-libc++/qmake.conf
mkspecs/macx-clang/qmake.conf
mkspecs/macx-g++-32/qmake.conf
mkspecs/macx-g++/qmake.conf
mkspecs/macx-g++40/qmake.conf
mkspecs/macx-g++42/qmake.conf
mkspecs/macx-icc/qmake.conf
mkspecs/macx-llvm/qmake.conf
mkspecs/macx-xcode/qmake.conf
mkspecs/macx-xlc/qmake.conf
mkspecs/netbsd-g++/qmake.conf
mkspecs/openbsd-g++/qmake.conf
mkspecs/sco-cc/qmake.conf
mkspecs/sco-g++/qmake.conf
mkspecs/solaris-cc-64/qmake.conf
mkspecs/solaris-cc/qmake.conf
mkspecs/solaris-g++-64/qmake.conf
mkspecs/solaris-g++/qmake.conf
mkspecs/tru64-cxx/qmake.conf
mkspecs/tru64-g++/qmake.conf
mkspecs/unixware-cc/qmake.conf
mkspecs/unixware-g++/qmake.conf
mkspecs/unsupported/integrity-ghs/qmake.conf
mkspecs/unsupported/linux-armcc/qmake.conf
mkspecs/unsupported/linux-host-g++/qmake.conf
mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
mkspecs/unsupported/nacl-g++/qmake.conf
mkspecs/unsupported/nacl64-g++/qmake.conf
mkspecs/unsupported/qnx-X11-g++/qmake.conf
mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
mkspecs/unsupported/win32-msvc2003/qmake.conf
mkspecs/win32-g++/qmake.conf
mkspecs/win32-icc/qmake.conf
mkspecs/win32-msvc2005/qmake.conf
mkspecs/win32-msvc2008/qmake.conf
mkspecs/win32-msvc2010/qmake.conf
mkspecs/win32-msvc2012/qmake.conf