diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-11-06 20:27:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-11-06 20:27:42 +0000 |
| commit | f25ee4376455f09aa3f321a0379fdf344c5df96d (patch) | |
| tree | 77fa67ebe1ebdc08f238aa94b3b4707c3f0bcda7 /src/plugins/General/library/library.pro | |
| parent | ef748ebbbe538328b5ecc4ec2882614fcad2c753 (diff) | |
| download | qmmp-f25ee4376455f09aa3f321a0379fdf344c5df96d.tar.gz qmmp-f25ee4376455f09aa3f321a0379fdf344c5df96d.tar.bz2 qmmp-f25ee4376455f09aa3f321a0379fdf344c5df96d.zip | |
library: prepare for directory scanner implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9554 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/library.pro')
| -rw-r--r-- | src/plugins/General/library/library.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/library.pro b/src/plugins/General/library/library.pro index 5b2848ce2..4cfcc18fe 100644 --- a/src/plugins/General/library/library.pro +++ b/src/plugins/General/library/library.pro @@ -2,7 +2,7 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/library -QT += sql +QT += sql concurrent HEADERS += libraryfactory.h \ library.h |
