--- infoscreen/infoscreen.pro 2009/12/14 13:38:55 511 +++ infoscreen/infoscreen.pro 2010/06/21 12:23:07 867 @@ -1,6 +1,30 @@ CONFIG += qt -QT += webkit phonon - -HEADERS += MyWebView.h MainView.h -SOURCES += main.cpp MyWebView.cpp MainView.cpp +QT += webkit \ + phonon \ + network \ + xml \ + svg +HEADERS += MyWebView.h \ + MainView.h \ + screenmanager.h \ + clientsiderender.h \ + pictureview.h \ + videoview.h \ + screenxmlhandler.h \ + screenitem.h \ + httpwrapper.h +SOURCES += main.cpp \ + MyWebView.cpp \ + MainView.cpp \ + screenmanager.cpp \ + clientsiderender.cpp \ + pictureview.cpp \ + videoview.cpp \ + screenxmlhandler.cpp \ + httpwrapper.cpp TARGET = infoscreen +target.path += /usr/local/bin +autostart.files += ./infoscreen.desktop +autostart.path += /etc/xdg/autostart +INSTALLS += target \ + autostart