qt5base-lts/examples
Kai Koehne 9ddfa43e02 MSVC: Remove use of -Zm argument
We've been setting the -Zm argument since the dawn of times (even before
the first git commit). Anyhow, MSDN from VS2008 onwards indicates
that this is not needed:

"In earlier versions of Visual C++, the compiler used several discrete
heaps, and each had a finite limit. Currently, the compiler dynamically
grows the heaps as necessary up to a total heap size limit, and requires a
fixed-size buffer only to construct precompiled headers. Consequently, the
/Zm compiler option is rarely necessary."

[ChangeLog][Compiler Specific Changes] Visual Studio: -Zm200 (an option to
specify the precompiled header memory allocation limit) is not added anymore
by qmake to the compiler calls. If you encounter an C1076 compiler error you
might need to re-add it in your .pro file.

Change-Id: Ia4bec7eba09d893a7d81886a1814602b9ce7563c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2015-02-13 21:23:19 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Update copyright headers 2015-02-11 06:49:51 +00:00
dbus Update copyright headers 2015-02-11 06:49:51 +00:00
embedded examples: migrate to QString::asprintf 2015-02-12 19:40:09 +00:00
gui Update copyright headers 2015-02-11 06:49:51 +00:00
network examples: migrate to QString::asprintf 2015-02-12 19:40:09 +00:00
opengl Update copyright headers 2015-02-11 06:49:51 +00:00
qmake Update copyright headers 2015-02-11 06:49:51 +00:00
qpa Update copyright headers 2015-02-11 06:49:51 +00:00
qtconcurrent Update copyright headers 2015-02-11 06:49:51 +00:00
qtestlib Update copyright headers 2015-02-11 06:49:51 +00:00
sql Update copyright headers 2015-02-11 06:49:51 +00:00
touch Update copyright headers 2015-02-11 06:49:51 +00:00
webkit/webkit-guide Update copyright headers 2015-02-11 06:49:51 +00:00
widgets MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
examples.pro Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.