aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/library.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/library/library.pro')
-rw-r--r--src/plugins/General/library/library.pro19
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
+}