--- infoscreen/infoscreen.pro 2010/06/24 08:59:43 883 +++ 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 \ @@ -15,7 +15,7 @@ httpwrapper.h \ clockoverlay.h SOURCES += main.cpp \ - MyWebView.cpp \ + webview.cpp \ MainView.cpp \ screenmanager.cpp \ clientsiderender.cpp \ @@ -33,3 +33,4 @@ INSTALLS += target \ autostart \ sampleconf +OTHER_FILES += infoscreen.conf