--- infoscreen/infoscreen.pro 2009/12/15 20:36:26 515 +++ infoscreen/infoscreen.pro 2010/01/06 22:18:52 528 @@ -1,15 +1,29 @@ CONFIG += qt QT += webkit \ - phonon + phonon \ + network \ + xml HEADERS += MyWebView.h \ MainView.h \ screenmanager.h \ - clientsiderender.h + clientsiderender.h \ + pictureview.h \ + videoview.h \ + screenxmlhandler.h \ + screenitem.h \ + httpwrapper.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ screenmanager.cpp \ - clientsiderender.cpp + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.cpp \ + httpwrapper.cpp TARGET = infoscreen -INSTALLS += target target.path += /usr/local/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +INSTALLS += target \ + autostart