CONFIG += qt QT += webkit \ phonon HEADERS += MyWebView.h \ MainView.h \ screenmanager.h \ clientsiderender.h SOURCES += main.cpp \ MyWebView.cpp \ MainView.cpp \ screenmanager.cpp \ clientsiderender.cpp TARGET = infoscreen target.path += /usr/local/bin autostart.files += ./infoscreen.desktop autostart.path += /etc/xdg/autostart INSTALLS += target autostart