diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-07 19:51:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-07 19:51:53 +0000 |
| commit | 0d80d978bf3af3345132a98a2abde4e973e1e793 (patch) | |
| tree | 56fe11dad1d26e36b1d9b62a19a8daf61fb826f4 /src/plugins/General/library/library.pro | |
| parent | 65961a1623e8eb9a264574ad2f4208b1e46c5651 (diff) | |
| download | qmmp-0d80d978bf3af3345132a98a2abde4e973e1e793.tar.gz qmmp-0d80d978bf3af3345132a98a2abde4e973e1e793.tar.bz2 qmmp-0d80d978bf3af3345132a98a2abde4e973e1e793.zip | |
library: added settings form
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9580 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/library.pro')
| -rw-r--r-- | src/plugins/General/library/library.pro | 9 |
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 |
