qt5base-lts/examples/corelib/corelib.pro
Friedemann Kleint 9a96eb00c4 Add mime type browser example.
Add an example showing the types in QMimeDatabase in
a QTreeView with detailed information on click.
The example has menu options to detect a file type
and search by name.

Change-Id: If6f1a6661edd100a54460a49562a8a8667245ddb
Reviewed-by: David Faure <david.faure@kdab.com>
2016-03-24 13:03:02 +00:00

10 lines
118 B
Prolog

TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS = \
ipc \
json \
mimetypes \
threads \
tools