--- infoscreen/infoscreen.pro 2009/12/11 21:47:49 506 +++ infoscreen/infoscreen.pro 2010/01/05 20:14:22 527 @@ -1,6 +1,23 @@ CONFIG += qt -QT += webkit - -HEADERS += MyWebView.h -SOURCES += main.cpp MyWebView.cpp +QT += webkit \ + phonon \ + network +HEADERS += MyWebView.h \ + MainView.h \ + screenmanager.h \ + clientsiderender.h \ + pictureview.h \ + videoview.h +SOURCES += main.cpp \ + MyWebView.cpp \ + MainView.cpp \ + screenmanager.cpp \ + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp TARGET = infoscreen +target.path += /usr/local/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +INSTALLS += target \ + autostart