--- infoscreen/infoscreen.pro 2009/12/16 10:31:06 518 +++ infoscreen/infoscreen.pro 2014/02/04 14:16:40 2103 @@ -1,19 +1,36 @@ -CONFIG += qt +CONFIG += qt console QT += webkit \ - phonon -HEADERS += MyWebView.h \ - MainView.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 \ - MainView.cpp \ + webview.cpp \ + mainview.cpp \ screenmanager.cpp \ - clientsiderender.cpp + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.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 -INSTALLS += target autostart +sampleconf.files += infoscreen.conf +sampleconf.path += /usr/share/doc/infoscreen +INSTALLS += target \ + autostart \ + sampleconf +OTHER_FILES += infoscreen.conf