--- infoscreen/infoscreen.pro 2010/06/24 19:03:37 898 +++ 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 += webview.h \ - MainView.h \ + mainview.h \ screenmanager.h \ clientsiderender.h \ pictureview.h \ @@ -16,7 +16,7 @@ clockoverlay.h SOURCES += main.cpp \ webview.cpp \ - MainView.cpp \ + mainview.cpp \ screenmanager.cpp \ clientsiderender.cpp \ pictureview.cpp \