diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-03-21 16:37:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-03-21 16:37:31 +0000 |
| commit | e3c29708824bd56ca1ec7ac86b5e3fddc42c3492 (patch) | |
| tree | 059defed258d53419193630ce5e03a1ef89107bc /src/plugins/General/library/library.pro | |
| parent | d6d546addf41c2aefaa57b33a9fbf6d13f132421 (diff) | |
| download | qmmp-e3c29708824bd56ca1ec7ac86b5e3fddc42c3492.tar.gz qmmp-e3c29708824bd56ca1ec7ac86b5e3fddc42c3492.tar.bz2 qmmp-e3c29708824bd56ca1ec7ac86b5e3fddc42c3492.zip | |
library: using QThread
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9771 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 8655a9cc3..6befd48a2 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 concurrent +QT += sql HEADERS += libraryfactory.h \ library.h \ |
