aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-19 13:54:07 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-19 13:54:07 +0000
commitc2a415452b1dc62b68cb3f5cd9ca4214e2299e84 (patch)
tree95b8e4df59e5678992e4f13cbeb331feb57bf2d2 /src/qmmpui/CMakeLists.txt
parent41f4d6994cff2aa55638b5b4f47146d82ebf185d (diff)
downloadqmmp-c2a415452b1dc62b68cb3f5cd9ca4214e2299e84.tar.gz
qmmp-c2a415452b1dc62b68cb3f5cd9ca4214e2299e84.tar.bz2
qmmp-c2a415452b1dc62b68cb3f5cd9ca4214e2299e84.zip
enabled qmmp file dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@428 90c681e8-e032-0410-971d-27865f9a5e38
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})