diff options
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 60535cda8..f4692e4fd 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -40,6 +40,7 @@ SET(libqmmpui_SRCS playlistmanager.cpp metadataformatter.cpp templateeditor.cpp + uiloader.cpp ) SET(libqmmpui_MOC_HDRS @@ -64,6 +65,8 @@ SET(libqmmpui_MOC_HDRS playlistmanager.h metadataformatter.h templateeditor.h + uiloader.h + uifactory.h ) SET(libqmmpui_DEVEL_HDRS @@ -83,6 +86,8 @@ SET(libqmmpui_DEVEL_HDRS playlistmanager.h metadataformatter.h templateeditor.h + uiloader.h + uifactory.h ) diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index b32bdf587..b5fa05251 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -94,7 +94,9 @@ unix { detailsdialog.h \ playlistmanager.h \ metadataformatter.h \ - templateeditor.h + templateeditor.h \ + uifactory.h \ + uiloader.h devel.path = /include/qmmpui INSTALLS += target \ devel |
