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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 6d98e5e56..a7d0f5a0f 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -29,6 +29,7 @@ SET(libqmmpui_SRCS
control.cpp
playlistparser.cpp
commandlinemanager.cpp
+ filedialog.cpp
)
SET(libqmmpui_MOC_HDRS
@@ -41,6 +42,7 @@ SET(libqmmpui_MOC_HDRS
playlistformat.h
commandlinemanager.h
commandlineoption.h
+ filedialog.h
)
QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS})