--- infoscreen/infoscreen.pro 2010/06/21 12:23:07 867 +++ infoscreen/infoscreen.pro 2010/06/24 09:44:57 884 @@ -4,7 +4,7 @@ network \ xml \ svg -HEADERS += MyWebView.h \ +HEADERS += webview.h \ MainView.h \ screenmanager.h \ clientsiderender.h \ @@ -12,19 +12,24 @@ videoview.h \ screenxmlhandler.h \ screenitem.h \ - httpwrapper.h + httpwrapper.h \ + clockoverlay.h SOURCES += main.cpp \ - MyWebView.cpp \ + webview.cpp \ MainView.cpp \ screenmanager.cpp \ clientsiderender.cpp \ pictureview.cpp \ videoview.cpp \ screenxmlhandler.cpp \ - httpwrapper.cpp + httpwrapper.cpp \ + clockoverlay.cpp TARGET = infoscreen -target.path += /usr/local/bin +target.path += /usr/bin autostart.files += ./infoscreen.desktop autostart.path += /etc/xdg/autostart +sampleconf.files += infoscreen.conf +sampleconf.path += /usr/share/doc/infoscreen INSTALLS += target \ - autostart + autostart \ + sampleconf