--- infoscreen/infoscreen.pro 2009/12/14 13:38:55 511 +++ infoscreen/infoscreen.pro 2009/12/15 20:36:26 515 @@ -1,6 +1,15 @@ CONFIG += qt -QT += webkit phonon - -HEADERS += MyWebView.h MainView.h -SOURCES += main.cpp MyWebView.cpp MainView.cpp +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 +INSTALLS += target +target.path += /usr/local/bin