qt5base-lts/examples
Joerg Bornemann 8fe3680193 Add cmdline feature to qmake
[ChangeLog][qmake] A new feature "cmdline" was added that implies
"CONFIG += console" and "CONFIG -= app_bundle".

Task-number: QTBUG-27079
Change-Id: I6e52b07c9341c904bb1424fc717057432f9360e1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
2019-02-18 07:12:14 +00:00
..
aggregate
corelib Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
dbus Doc: Add references to QDBusAbstractAdaptor implementation example 2018-06-29 05:16:04 +00:00
embedded Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
opengl Use requestUpdate instead of timer in a few GL examples 2019-01-22 21:25:39 +00:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Doc: Add menu bar to Books example 2018-06-21 14:23:27 +00:00
vulkan Fix device local alloc in hellovulkantexture 2018-09-12 08:34:15 +00:00
widgets Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
xml Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

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.