236f92d9bbfb8c200dceaac50092f53a9a10e5ce
[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     accountdialog.cpp
19
20
21 HEADERS += \
22     playlistmainwindow.h \
23     playermainwindow.h \
24     configdialog.h \
25     aboutdialog.h \
26     accountdialog.h
27
28
29 FORMS += \
30     playlistmainwindow.ui \
31     playermainwindow.ui \
32     configdialog.ui \
33     aboutdialog.ui \
34     accountdialog.ui \
35     accountnewdialog.ui
36   
37
38 OTHER_FILES += \
39     vlc-remote.desktop
40
41 RESOURCES += \
42     ressources.qrc
43
44 TRANSLATIONS = vlcremote_fr_FR.ts