a13c497ec09f3dbf1766a4654493e45a4125b10f
[vlc-remote] / src / src.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     vlcplaylistelementsimple.cpp \
21     vlcstatus.cpp \
22     appsettings.cpp \
23     favouritesmainwindow.cpp \
24     settingsdialog.cpp
25 HEADERS += playlistmainwindow.h \
26     playermainwindow.h \
27     configdialog.h \
28     aboutdialog.h \
29     accountdialog.h \
30     newaccountdialog.h \
31     browsemainwindow.h \
32     vlcbrowseelement.h \
33     vlcplaylistelementsimple.h \
34     vlcstatus.h \
35     appsettings.h \
36     favouritesmainwindow.h \
37     settingsdialog.h
38 FORMS += playlistmainwindow.ui \
39     playermainwindow.ui \
40     configdialog.ui \
41     aboutdialog.ui \
42     accountdialog.ui \
43     browsemainwindow.ui \
44     favouritesmainwindow.ui \
45     settingsdialog.ui
46 OTHER_FILES += vlc-remote.desktop
47 RESOURCES += ressources.qrc
48 TRANSLATIONS = vlcremote_fr_FR.ts