add Yannux version with account manager
[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 maemo5
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     newaccountdialog.cpp
20
21
22 HEADERS += \
23     playlistmainwindow.h \
24     playermainwindow.h \
25     configdialog.h \
26     aboutdialog.h \
27     accountdialog.h \
28     newaccountdialog.h
29
30
31 FORMS += \
32     playlistmainwindow.ui \
33     playermainwindow.ui \
34     configdialog.ui \
35     aboutdialog.ui \
36     accountdialog.ui
37   
38
39 OTHER_FILES += \
40     vlc-remote.desktop
41
42 RESOURCES += \
43     ressources.qrc
44