--- infoscreen/infoscreen.pro 2010/06/24 08:59:43 883 +++ infoscreen/infoscreen.pro 2014/02/04 14:16:40 2103 @@ -1,11 +1,11 @@ -CONFIG += qt +CONFIG += qt console QT += webkit \ phonon \ 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