--- infoscreen/infoscreen.pro 2010/01/05 14:03:06 524 +++ infoscreen/infoscreen.pro 2010/01/06 22:18:52 528 @@ -1,18 +1,26 @@ CONFIG += qt QT += webkit \ phonon \ - network + network \ + xml HEADERS += MyWebView.h \ MainView.h \ screenmanager.h \ clientsiderender.h \ - pictureview.h + pictureview.h \ + videoview.h \ + screenxmlhandler.h \ + screenitem.h \ + httpwrapper.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ screenmanager.cpp \ clientsiderender.cpp \ - pictureview.cpp + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.cpp \ + httpwrapper.cpp TARGET = infoscreen target.path += /usr/local/bin autostart.files += ./infoscreen.desktop