diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2016-03-18 14:40:19 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2016-03-24 13:03:02 +0000 |
commit | 9a96eb00c4ef5c3025eb852e9bba6b51706db286 (patch) | |
tree | 774748e10d97edad55f4d506b59b54c16d178c1d /examples/corelib/corelib.pro | |
parent | 14b79ae2b3d81ed344e7ae7dd0a2159c9f9e33e9 (diff) | |
download | qtbase-9a96eb00c4ef5c3025eb852e9bba6b51706db286.tar.gz |
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>
Diffstat (limited to 'examples/corelib/corelib.pro')
-rw-r--r-- | examples/corelib/corelib.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/corelib/corelib.pro b/examples/corelib/corelib.pro index ec6e19c2b5..a32b8ba51a 100644 --- a/examples/corelib/corelib.pro +++ b/examples/corelib/corelib.pro @@ -4,5 +4,6 @@ CONFIG += no_docs_target SUBDIRS = \ ipc \ json \ + mimetypes \ threads \ tools |