qt5base-lts/tests/manual/qmimedatabase/qmimedatabase.pro
Friedemann Kleint e4e8a8ac77 Add manual test for QMimeDatabase.
Add command line test application that can print
the mime type of a file or dump all mime types.

Task-number: QTCREATORBUG-13996
Task-number: QTCREATORBUG-14005
Change-Id: I5ef2fa4b9fbab986b1db4fc0bd8abaacdf4f8fa0
Reviewed-by: David Faure <david.faure@kdab.com>
2015-02-25 14:06:20 +00:00

6 lines
84 B
Prolog

TEMPLATE = app
QT = core
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp