--- infoscreen/infoscreen.pro 2009/12/15 20:36:26 515 +++ infoscreen/infoscreen.pro 2010/06/24 19:03:37 898 @@ -1,15 +1,36 @@ CONFIG += qt QT += webkit \ - phonon -HEADERS += MyWebView.h \ + phonon \ + network \ + xml \ + svg +HEADERS += webview.h \ MainView.h \ screenmanager.h \ - clientsiderender.h + clientsiderender.h \ + pictureview.h \ + videoview.h \ + screenxmlhandler.h \ + screenitem.h \ + httpwrapper.h \ + clockoverlay.h SOURCES += main.cpp \ - MyWebView.cpp \ + webview.cpp \ MainView.cpp \ screenmanager.cpp \ - clientsiderender.cpp + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.cpp \ + httpwrapper.cpp \ + clockoverlay.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 +OTHER_FILES += infoscreen.conf