X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=vlcRemote.pro;h=76dfee5775b3aa631f0bc6f19cd5e817b70907fa;hb=6367a2e066cb1548954d654de845a499790c18a7;hp=c6efe7d7c0e90c843c0e13e1984a98118cbf975a;hpb=b16e83b992331e4951b8537862565577079a8ec5;p=vlc-remote diff --git a/vlcRemote.pro b/vlcRemote.pro index c6efe7d..76dfee5 100644 --- a/vlcRemote.pro +++ b/vlcRemote.pro @@ -1,43 +1,41 @@ -#------------------------------------------------- -# +# ------------------------------------------------- # Project created by QtCreator 2010-07-29T19:02:39 -# -#------------------------------------------------- - -QT += core gui network xml - +# ------------------------------------------------- +QT += core \ + gui \ + network \ + xml \ + maemo5 TARGET = vlc-remote TEMPLATE = app - - -SOURCES += main.cpp\ +SOURCES += main.cpp \ playlistmainwindow.cpp \ playermainwindow.cpp \ configdialog.cpp \ aboutdialog.cpp \ accountdialog.cpp \ - scanipdialog.cpp - -HEADERS += \ - playlistmainwindow.h \ + newaccountdialog.cpp \ + browsemainwindow.cpp \ + vlcbrowseelement.cpp \ + vlcplaylistelementsimple.cpp \ + vlcstatus.cpp +HEADERS += playlistmainwindow.h \ playermainwindow.h \ configdialog.h \ aboutdialog.h \ accountdialog.h \ - scanipdialog.h - -FORMS += \ - playlistmainwindow.ui \ + newaccountdialog.h \ + browsemainwindow.h \ + vlcbrowseelement.h \ + vlcplaylistelementsimple.h \ + vlcstatus.h +FORMS += playlistmainwindow.ui \ playermainwindow.ui \ configdialog.ui \ aboutdialog.ui \ accountdialog.ui \ - scanipdialog.ui - -OTHER_FILES += \ - vlc-remote.desktop - -RESOURCES += \ - ressources.qrc + browsemainwindow.ui +OTHER_FILES += vlc-remote.desktop +RESOURCES += ressources.qrc TRANSLATIONS = vlcremote_fr_FR.ts