diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-29 20:35:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-29 20:35:51 +0000 |
| commit | 1bd9047690a9977070f2da514e6e6c4c5534d2db (patch) | |
| tree | 33141f98913c048896db064b0705b551c10b82e1 /src/plugins/General/library/library.pro | |
| parent | 84722d9eebb9fa44776d53d5eada66eb8c1916ab (diff) | |
| download | qmmp-1bd9047690a9977070f2da514e6e6c4c5534d2db.tar.gz qmmp-1bd9047690a9977070f2da514e6e6c4c5534d2db.tar.bz2 qmmp-1bd9047690a9977070f2da514e6e6c4c5534d2db.zip | |
prepare for library plugin implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9541 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/library.pro')
| -rw-r--r-- | src/plugins/General/library/library.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/plugins/General/library/library.pro b/src/plugins/General/library/library.pro new file mode 100644 index 000000000..24423bd3a --- /dev/null +++ b/src/plugins/General/library/library.pro @@ -0,0 +1,19 @@ +include(../../plugins.pri) + +TARGET = $$PLUGINS_PREFIX/General/library + +QT += sql + +HEADERS += libraryfactory.h + +SOURCES += libraryfactory.cpp + + +#RESOURCES = translations/translations.qrc + +LIBS += $$QMMPUI_LIB + +unix { + target.path = $$PLUGIN_DIR/General + INSTALLS += target +} |
