summaryrefslogtreecommitdiffstats
path: root/examples/corelib/corelib.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-18 14:40:19 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-03-24 13:03:02 +0000
commit9a96eb00c4ef5c3025eb852e9bba6b51706db286 (patch)
tree774748e10d97edad55f4d506b59b54c16d178c1d /examples/corelib/corelib.pro
parent14b79ae2b3d81ed344e7ae7dd0a2159c9f9e33e9 (diff)
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.pro1
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