--- infoscreen/infoscreen.pro 2010/01/06 22:18:52 528 +++ infoscreen/infoscreen.pro 2010/06/24 08:59:43 883 @@ -2,7 +2,8 @@ QT += webkit \ phonon \ network \ - xml + xml \ + svg HEADERS += MyWebView.h \ MainView.h \ screenmanager.h \ @@ -11,7 +12,8 @@ videoview.h \ screenxmlhandler.h \ screenitem.h \ - httpwrapper.h + httpwrapper.h \ + clockoverlay.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ @@ -20,10 +22,14 @@ pictureview.cpp \ videoview.cpp \ screenxmlhandler.cpp \ - httpwrapper.cpp + httpwrapper.cpp \ + clockoverlay.cpp TARGET = infoscreen -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 + autostart \ + sampleconf