--- infoscreen/infoscreen.pro 2009/12/15 14:30:03 513 +++ infoscreen/infoscreen.pro 2010/01/05 14:03:06 524 @@ -1,13 +1,21 @@ CONFIG += qt QT += webkit \ - phonon + phonon \ + network HEADERS += MyWebView.h \ MainView.h \ - screenmanager.h + screenmanager.h \ + clientsiderender.h \ + pictureview.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ - screenmanager.cpp + screenmanager.cpp \ + clientsiderender.cpp \ + pictureview.cpp TARGET = infoscreen -INSTALLS += target target.path += /usr/local/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +INSTALLS += target \ + autostart