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