qt5base-lts/tools/configure
Maurice Kalinowski 88609e6da4 Make console a no-op for WinRT
Compared to other platforms there is no concept of a console
application in WinRT. Hence all applications need to be UI
applications and use winmain.
Furthermore winmain takes care of launch arguments to be
properly converted to arguments passed to user's main().

There is a chicken and egg problem with config.tests as
compilation needs to have an existing entry point which is not
available at configure time.
Hence hardcode the entry point to main for configuring to WinRT.
Those tests are pure compile tests, so the logic of the test
does not change.

Change-Id: I4d3186691a8440845c24b2529cc9646e86dfd8da
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-11-14 18:53:48 +01:00
..
configure_pch.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
configure.pro Improve path search in configure. 2012-11-05 17:17:01 +01:00
configureapp.cpp Make console a no-op for WinRT 2013-11-14 18:53:48 +01:00
configureapp.h Integrate device-option into the windows configure 2013-08-15 18:02:42 +02:00
environment.cpp Fix configure warnings on Windows 7 with MSVC2010. 2013-09-25 13:39:14 +02:00
environment.h add support for Visual Studio 2013 2013-07-04 12:54:58 +02:00
main.cpp Integrate device-option into the windows configure 2013-08-15 18:02:42 +02:00
Makefile.mingw Don't compile qcryptographichash into configure.exe 2013-08-15 01:30:54 +02:00
Makefile.win32 Don't compile qcryptographichash into configure.exe 2013-08-15 01:30:54 +02:00
tools.cpp fix configure -commercial 2013-09-11 15:52:51 +02:00
tools.h fix configure -commercial 2013-09-11 15:52:51 +02:00