summaryrefslogtreecommitdiff
path: root/config.tests/taglib
Commit message (Collapse)AuthorAgeFilesLines
* Update all Pelagicore copyright headers to 2018Dominik Holland2018-01-161-1/+1
| | | | | Change-Id: I408c855d9619e20f481a592dc1f514b90af642f9 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Updated copyright headersDominik Holland2017-02-031-1/+1
| | | | | Change-Id: I3886fa569f304c509023db1226deb70d9af9eaa3 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Move qtivi over to the new config systemDominik Holland2017-02-011-11/+0
| | | | | | | | | | | | | | | | | Use the new configuration system to define external libraries, configure tests and features. Don't use pkg-config outside of the configuration step. The geniviextras-only CONFIG option has now been replaced with a command-line option and can be used by passing it to qmake after '--'. E.g. 'qmake -- --geniviextras-only'. Removed adding DLT into the rpath. Similar to all other Qt modules, it is now expected that packages found using pkg-config can be found by the dynamic linker. Change-Id: If46cd1b79413cd7571ee1068898848d9871e61ba Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Extended the media simulator with an indexerDominik Holland2016-06-102-0/+59
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 <robert.griebl@pelagicore.com>