diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-14 12:41:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-14 12:41:04 +0000 |
| commit | 5b875657aba150137a2f46910d676289a878b4d6 (patch) | |
| tree | 3ab74b315a2617018f90d2e0726dc56ff97f960b /src/qmmpui/qmmpui.pro | |
| parent | 43ee25ac78884c3c579a555fee589f3677ea7f21 (diff) | |
| download | qmmp-5b875657aba150137a2f46910d676289a878b4d6.tar.gz qmmp-5b875657aba150137a2f46910d676289a878b4d6.tar.bz2 qmmp-5b875657aba150137a2f46910d676289a878b4d6.zip | |
fixed linker flags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@680 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 08182560f..4ab86004e 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -41,10 +41,10 @@ HEADERS += general.h \ filedialogfactory.h \ qtfiledialog.h \ abstractplaylistitem.h \ - playlistitem.h \ - playlistmodel.h \ - playstate.h \ - fileloader.h + playlistitem.h \ + playlistmodel.h \ + playstate.h \ + fileloader.h SOURCES += general.cpp \ generalhandler.cpp \ playlistparser.cpp \ |
