Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote
[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
20 HEADERS += \
21     playlistmainwindow.h \
22     playermainwindow.h \
23     configdialog.h \
24     aboutdialog.h \
25
26
27 FORMS += \
28     playlistmainwindow.ui \
29     playermainwindow.ui \
30     configdialog.ui \
31     aboutdialog.ui \
32   
33
34 OTHER_FILES += \
35     vlc-remote.desktop
36
37 RESOURCES += \
38     ressources.qrc
39
40 TRANSLATIONS = vlcremote_fr_FR.ts