From 1bd9047690a9977070f2da514e6e6c4c5534d2db Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 29 Oct 2020 20:35:51 +0000 Subject: 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 --- src/plugins/General/library/library.pro | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/plugins/General/library/library.pro (limited to 'src/plugins/General/library/library.pro') 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 +} -- cgit v1.2.3-13-gbd6f