--- infoscreen/infoscreen.pro 2009/12/11 08:17:45 501 +++ infoscreen/infoscreen.pro 2009/12/15 13:53:02 512 @@ -1,5 +1,11 @@ CONFIG += qt -QT += webkit - -SOURCES += main.cpp +QT += webkit \ + phonon +HEADERS += MyWebView.h \ + MainView.h \ + screenmanager.h +SOURCES += main.cpp \ + MyWebView.cpp \ + MainView.cpp \ + screenmanager.cpp TARGET = infoscreen