--- infoscreen/infoscreen.pro 2009/12/15 14:30:03 513 +++ infoscreen/infoscreen.pro 2010/06/22 21:24:49 878 @@ -1,13 +1,33 @@ CONFIG += qt QT += webkit \ - phonon + phonon \ + network \ + xml \ + svg HEADERS += MyWebView.h \ MainView.h \ - screenmanager.h + screenmanager.h \ + clientsiderender.h \ + pictureview.h \ + videoview.h \ + screenxmlhandler.h \ + screenitem.h \ + httpwrapper.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ - screenmanager.cpp + screenmanager.cpp \ + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.cpp \ + httpwrapper.cpp TARGET = infoscreen -INSTALLS += target -target.path += /usr/local/bin +target.path += /usr/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +sampleconf.files += infoscreen.conf +sampleconf.path += /usr/share/doc/infoscreen +INSTALLS += target \ + autostart \ + sampleconf