#------------------------------------------------- # # Project created by QtCreator 2010-07-29T19:02:39 # #------------------------------------------------- QT += core gui network xml TARGET = vlc-remote TEMPLATE = app SOURCES += main.cpp\ playlistmainwindow.cpp \ playermainwindow.cpp \ configdialog.cpp \ aboutdialog.cpp \ HEADERS += \ playlistmainwindow.h \ playermainwindow.h \ configdialog.h \ aboutdialog.h \ FORMS += \ playlistmainwindow.ui \ playermainwindow.ui \ configdialog.ui \ aboutdialog.ui \ OTHER_FILES += \ vlc-remote.desktop RESOURCES += \ ressources.qrc TRANSLATIONS = vlcremote_fr_FR.ts