diff options
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index b0e6ac46f..b32bdf587 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -38,7 +38,9 @@ HEADERS += general.h \ tageditor_p.h \ playlistmanager.h \ metadataformatter.h \ - templateeditor.h + templateeditor.h \ + uifactory.h \ + uiloader.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -55,7 +57,8 @@ SOURCES += general.cpp \ tageditor.cpp \ playlistmanager.cpp \ metadataformatter.cpp \ - templateeditor.cpp + templateeditor.cpp \ + uiloader.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui |
