aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 0f7884c23..d88850e63 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -41,6 +41,7 @@ SET(libqmmpui_SRCS
metadataformatter.cpp
templateeditor.cpp
uiloader.cpp
+ jumptotrackdialog.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -67,6 +68,7 @@ SET(libqmmpui_MOC_HDRS
templateeditor.h
uiloader.h
uifactory.h
+ jumptotrackdialog_p.h
)
SET(libqmmpui_DEVEL_HDRS
@@ -95,6 +97,7 @@ SET(libqmmpui_UIS
forms/detailsdialog.ui
forms/tageditor.ui
forms/templateeditor.ui
+ forms/jumptotrackdialog.ui
)
QT4_WRAP_UI(libqmmpui_UIS_H ${libqmmpui_UIS})