--- infoscreen/infoscreen.pro 2010/06/22 21:24:49 878 +++ infoscreen/infoscreen.pro 2010/06/24 19:03:37 898 @@ -4,7 +4,7 @@ network \ xml \ svg -HEADERS += MyWebView.h \ +HEADERS += webview.h \ MainView.h \ screenmanager.h \ clientsiderender.h \ @@ -12,16 +12,18 @@ 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/bin autostart.files += ./infoscreen.desktop @@ -31,3 +33,4 @@ INSTALLS += target \ autostart \ sampleconf +OTHER_FILES += infoscreen.conf