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.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/plugins/General/library/library.pro b/src/plugins/General/library/library.pro
index 4cfcc18fe..ef8527e79 100644
--- a/src/plugins/General/library/library.pro
+++ b/src/plugins/General/library/library.pro
@@ -5,10 +5,12 @@ TARGET = $$PLUGINS_PREFIX/General/library
QT += sql concurrent
HEADERS += libraryfactory.h \
- library.h
+ library.h \
+ settingsdialog.h
SOURCES += libraryfactory.cpp \
- library.cpp
+ library.cpp \
+ settingsdialog.cpp
#RESOURCES = translations/translations.qrc
@@ -19,3 +21,6 @@ unix {
target.path = $$PLUGIN_DIR/General
INSTALLS += target
}
+
+FORMS += \
+ settingsdialog.ui