diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-22 10:54:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-22 10:54:15 +0000 |
| commit | a271a619730c4fde6dbe044dcd70f63b1650257a (patch) | |
| tree | adc059aa8082a5ffea88166d3d8626f8f8ccc000 /src/qmmpui/qmmpui.pro | |
| parent | 5e9406d6dbc407e2b91f18068ee6e1dfee9faf36 (diff) | |
| download | qmmp-a271a619730c4fde6dbe044dcd70f63b1650257a.tar.gz qmmp-a271a619730c4fde6dbe044dcd70f63b1650257a.tar.bz2 qmmp-a271a619730c4fde6dbe044dcd70f63b1650257a.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1395 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index e3096c8cc..f7fa82662 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -37,7 +37,8 @@ HEADERS += general.h \ playlistsettings.h \ detailsdialog.h \ tageditor.h \ - playlistmanager.h + playlistmanager.h \ + metadataformatter.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ @@ -53,7 +54,8 @@ SOURCES += general.cpp \ playlistsettings.cpp \ detailsdialog.cpp \ tageditor.cpp \ - playlistmanager.cpp + playlistmanager.cpp \ + metadataformatter.cpp FORMS += detailsdialog.ui \ tageditor.ui unix:DESTDIR = . |
