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 | |||
@@ -1,21 +1,23 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | # | 3 | # |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | 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 |
16 | LIBS += -lqpe -lpthread -lopiecore2 -lopieui2 -lqtaux2 | 18 | LIBS += -lqpe -lpthread -lopiecore2 -lopieui2 -lqtaux2 |
17 | 19 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 20 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 21 | DEPENDPATH += $(OPIEDIR)/include |
20 | 22 | ||
21 | include( $(OPIEDIR)/include.pro ) | 23 | include( $(OPIEDIR)/include.pro ) |