From 487fcf808ae80db309b87a7d1293ec5b3ff0e15c Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 8 Jun 2016 17:36:35 +0200 Subject: Extended the media simulator with an indexer The indexer fills the database with the media files found in the local media folder. When the discoveryModel detects a new device, this device will be scanned as well and the content will be deleted on removal. For reading the tags from the mp3 files libtag is used. Change-Id: If2824621678442fbea3e2ab06d30560fe33e795e Reviewed-by: Robert Griebl --- qtivi.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtivi.pro') diff --git a/qtivi.pro b/qtivi.pro index abc2858..1c1fc6b 100644 --- a/qtivi.pro +++ b/qtivi.pro @@ -13,6 +13,7 @@ QML_IMPORT_PATH = $$shadowed($$PWD)/qml lessThan(QT_MAJOR_VERSION, 5): error("QtIvi only supports Qt 5.") load(configure) qtCompileTest(dlt) +qtCompileTest(taglib) load(qt_parts) OTHER_FILES += sync.profile -- cgit v1.2.1