diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-27 18:14:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-27 18:14:54 +0000 |
| commit | 630e55cfda90dd0cc2c1b6419c5ec30ba7763a24 (patch) | |
| tree | 14df77cf5cecd233015c462e8bebdbb7f249fccd /src/qmmpui | |
| parent | 6ba4fc48fd35f5c0ea53739cce79fae84014aeeb (diff) | |
| download | qmmp-630e55cfda90dd0cc2c1b6419c5ec30ba7763a24.tar.gz qmmp-630e55cfda90dd0cc2c1b6419c5ec30ba7763a24.tar.bz2 qmmp-630e55cfda90dd0cc2c1b6419c5ec30ba7763a24.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2243 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 3f0fdcce6..c5ed1d029 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -29,7 +29,6 @@ SET(libqmmpui_SRCS commandlinemanager.cpp filedialog.cpp qtfiledialog.cpp - abstractplaylistitem.cpp fileloader.cpp playstate.cpp playlistmodel.cpp @@ -53,15 +52,15 @@ SET(libqmmpui_MOC_HDRS commandlineoption.h filedialog.h filedialogfactory.h - qtfiledialog.h - fileloader.h - playstate.h + qtfiledialog_p.h + fileloader_p.h + playstate_p.h playlistmodel.h playlistitem.h mediaplayer.h - playlistsettings.h + playlistsettings_p.h detailsdialog.h - tageditor.h + tageditor_p.h playlistmanager.h metadataformatter.h templateeditor.h |
