--- infoscreen/infoscreen.pro 2009/12/15 13:53:02 512 +++ infoscreen/infoscreen.pro 2009/12/16 10:31:06 518 @@ -3,9 +3,17 @@ phonon HEADERS += MyWebView.h \ MainView.h \ - screenmanager.h + screenmanager.h \ + clientsiderender.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ - screenmanager.cpp + screenmanager.cpp \ + clientsiderender.cpp TARGET = infoscreen + + +target.path += /usr/local/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +INSTALLS += target autostart