windeployqt: Fix deployment of the D3D compilers.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Tue, 17 Dec 2013 16:18:20 +0000 (17:18 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 19 Dec 2013 12:45:02 +0000 (13:45 +0100)
commit4799a620e646a82d3759544a3d54e56d2183c0fc
treefd03aa0b41f7b15c62068fde4d4bc38c519c1e7a
parent2bb268a8866e8649006aa1d145797cca8e02e009
windeployqt: Fix deployment of the D3D compilers.

Don't deploy system D3D compilers on Windows Phone and
introduce option to turn it off.

Deploy d3dcompiler_qt for Qt versions >= 5.3 should it exist.

Add code to determine the Qt version number (for which qmake does
not write a newline character).

Task-number: QTBUG-35597

Change-Id: Ic42954959b447d8fe0bd0adff064df6711992529
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
src/windeployqt/main.cpp
src/windeployqt/utils.cpp