--- infoscreen/infoscreen.pro 2009/12/12 18:59:28 509 +++ infoscreen/infoscreen.pro 2009/12/15 14:30:03 513 @@ -1,6 +1,13 @@ CONFIG += qt -QT += webkit - -HEADERS += MyWebView.h MainView.h -SOURCES += main.cpp MyWebView.cpp MainView.cpp +QT += webkit \ + phonon +HEADERS += MyWebView.h \ + MainView.h \ + screenmanager.h +SOURCES += main.cpp \ + MyWebView.cpp \ + MainView.cpp \ + screenmanager.cpp TARGET = infoscreen +INSTALLS += target +target.path += /usr/local/bin