author | hrw <hrw> | 2005-09-13 07:12:00 (UTC) |
---|---|---|
committer | hrw <hrw> | 2005-09-13 07:12:00 (UTC) |
commit | 12c40601c1abc01640a1d058b4ed781390eae372 (patch) (unidiff) | |
tree | 30dff6449b30ae17cbef593d3f10ec91efd691c3 | |
parent | 2b74c3a954389db73827ba2bf0d79b835ec569f1 (diff) | |
download | opie-12c40601c1abc01640a1d058b4ed781390eae372.zip opie-12c40601c1abc01640a1d058b4ed781390eae372.tar.gz opie-12c40601c1abc01640a1d058b4ed781390eae372.tar.bz2 |
opieplayer: added rssparser.(cpp|h) into project file to get it build
- without that building fails on linking
-rw-r--r-- | core/multimedia/opieplayer/opieplayer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index fa845bc..5616c94 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -5,11 +5,13 @@ DESTDIR = $(OPIEDIR)/bin | |||
5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h \ | 5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h \ |
6 | playlistselection.h mediaplayerstate.h \ | 6 | playlistselection.h mediaplayerstate.h \ |
7 | videowidget.h audiowidget.h playlistwidget.h \ | 7 | videowidget.h audiowidget.h playlistwidget.h \ |
8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h | 8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h \ |
9 | rssparser.h | ||
9 | SOURCES = main.cpp \ | 10 | SOURCES = main.cpp \ |
10 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ | 11 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ |
11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ | 12 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ |
12 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp | 13 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp \ |
14 | rssparser.cpp | ||
13 | TARGET = opieplayer | 15 | TARGET = opieplayer |
14 | INCLUDEPATH += $(OPIEDIR)/include | 16 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 17 | DEPENDPATH += $(OPIEDIR)/include |