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