diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-31 22:18:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-31 22:18:22 +0000 |
| commit | d849b4462100259fa8765f92e445b747a350d764 (patch) | |
| tree | df8a8547d15e4f82a2ba8d7a9e111b8bed01f006 /src/plugins/General/library/library.pro | |
| parent | d844079fbfa0ae3453717292a74c576d21951d2c (diff) | |
| download | qmmp-d849b4462100259fa8765f92e445b747a350d764.tar.gz qmmp-d849b4462100259fa8765f92e445b747a350d764.tar.bz2 qmmp-d849b4462100259fa8765f92e445b747a350d764.zip | |
library: added database initialization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9543 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/library.pro')
| -rw-r--r-- | src/plugins/General/library/library.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/General/library/library.pro b/src/plugins/General/library/library.pro index 24423bd3a..5b2848ce2 100644 --- a/src/plugins/General/library/library.pro +++ b/src/plugins/General/library/library.pro @@ -4,9 +4,11 @@ TARGET = $$PLUGINS_PREFIX/General/library QT += sql -HEADERS += libraryfactory.h +HEADERS += libraryfactory.h \ + library.h -SOURCES += libraryfactory.cpp +SOURCES += libraryfactory.cpp \ + library.cpp #RESOURCES = translations/translations.qrc |
