Use system file type specific icons in contents tab

The icon is determined via QFileIconProvider using filename extension only.
This commit is contained in:
Eugene Shalygin
2016-12-30 01:14:13 +01:00
parent 8318f72a9e
commit 30bf6e958f
5 changed files with 56 additions and 5 deletions

View File

@@ -28,6 +28,9 @@ nogui {
DEFINES += QBT_STATIC_QT
QTPLUGIN += qico
}
win32 {
QT += winextras
}
TARGET = qbittorrent
}
nowebui: DEFINES += DISABLE_WEBUI