--- infoscreen/infoscreen.pro 2010/06/24 08:59:43 883 +++ infoscreen/infoscreen.pro 2010/06/24 19:06:43 899 @@ -4,8 +4,8 @@ network \ xml \ svg -HEADERS += MyWebView.h \ - MainView.h \ +HEADERS += webview.h \ + mainview.h \ screenmanager.h \ clientsiderender.h \ pictureview.h \ @@ -15,8 +15,8 @@ httpwrapper.h \ clockoverlay.h SOURCES += main.cpp \ - MyWebView.cpp \ - MainView.cpp \ + webview.cpp \ + mainview.cpp \ screenmanager.cpp \ clientsiderender.cpp \ pictureview.cpp \ @@ -33,3 +33,4 @@ INSTALLS += target \ autostart \ sampleconf +OTHER_FILES += infoscreen.conf