Began refactoring settings handling.
[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 HEADERS += playlistmainwindow.h \
24     playermainwindow.h \
25     configdialog.h \
26     aboutdialog.h \
27     accountdialog.h \
28     newaccountdialog.h \
29     browsemainwindow.h \
30     vlcbrowseelement.h \
31     vlcplaylistelementsimple.h \
32     vlcstatus.h \
33     appsettings.h
34 FORMS += playlistmainwindow.ui \
35     playermainwindow.ui \
36     configdialog.ui \
37     aboutdialog.ui \
38     accountdialog.ui \
39     browsemainwindow.ui
40 OTHER_FILES += vlc-remote.desktop
41 RESOURCES += ressources.qrc
42 TRANSLATIONS = vlcremote_fr_FR.ts