Enabled orientation selection (Potrait Mode)
[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 HEADERS += playlistmainwindow.h \
23     playermainwindow.h \
24     configdialog.h \
25     aboutdialog.h \
26     accountdialog.h \
27     newaccountdialog.h \
28     browsemainwindow.h \
29     vlcbrowseelement.h \
30     vlcplaylistelementsimple.h \
31     vlcstatus.h
32 FORMS += playlistmainwindow.ui \
33     playermainwindow.ui \
34     configdialog.ui \
35     aboutdialog.ui \
36     accountdialog.ui \
37     browsemainwindow.ui
38 OTHER_FILES += vlc-remote.desktop
39 RESOURCES += ressources.qrc
40
41 TRANSLATIONS = vlcremote_fr_FR.ts