From c2a415452b1dc62b68cb3f5cd9ca4214e2299e84 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 19 Jun 2008 13:54:07 +0000 Subject: enabled qmmp file dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@428 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qmmpui/CMakeLists.txt') 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}) -- cgit v1.2.3-13-gbd6f