add patch from Dru Moore : Browser
[vlc-remote] / vlcRemote.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-07-29T19:02:39
3 # -------------------------------------------------
4 QT += core \
5     gui \
6     network \
7     xml \
8     maemo5
9 TARGET = vlc-remote
10 TEMPLATE = app
11 SOURCES += main.cpp \
12     playlistmainwindow.cpp \
13     playermainwindow.cpp \
14     configdialog.cpp \
15     aboutdialog.cpp \
16     accountdialog.cpp \
17     newaccountdialog.cpp \
18     browsemainwindow.cpp \
19     vlcbrowseelement.cpp
20 HEADERS += playlistmainwindow.h \
21     playermainwindow.h \
22     configdialog.h \
23     aboutdialog.h \
24     accountdialog.h \
25     newaccountdialog.h \
26     browsemainwindow.h \
27     vlcbrowseelement.h
28 FORMS += playlistmainwindow.ui \
29     playermainwindow.ui \
30     configdialog.ui \
31     aboutdialog.ui \
32     accountdialog.ui \
33     browsemainwindow.ui
34 OTHER_FILES += vlc-remote.desktop
35 RESOURCES += ressources.qrc