/[projects]/infoscreen/infoscreen.pro
ViewVC logotype

Diff of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 518 by torben, Wed Dec 16 10:31:06 2009 UTC revision 528 by torben, Wed Jan 6 22:18:52 2010 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit \  QT += webkit \
3      phonon      phonon \
4        network \
5        xml
6  HEADERS += MyWebView.h \  HEADERS += MyWebView.h \
7      MainView.h \      MainView.h \
8      screenmanager.h \      screenmanager.h \
9      clientsiderender.h      clientsiderender.h \
10        pictureview.h \
11        videoview.h \
12        screenxmlhandler.h \
13        screenitem.h \
14        httpwrapper.h
15  SOURCES += main.cpp \  SOURCES += main.cpp \
16      MyWebView.cpp \      MyWebView.cpp \
17      MainView.cpp \      MainView.cpp \
18      screenmanager.cpp \      screenmanager.cpp \
19      clientsiderender.cpp      clientsiderender.cpp \
20        pictureview.cpp \
21        videoview.cpp \
22        screenxmlhandler.cpp \
23        httpwrapper.cpp
24  TARGET = infoscreen  TARGET = infoscreen
   
   
25  target.path += /usr/local/bin  target.path += /usr/local/bin
26  autostart.files += ./infoscreen.desktop  autostart.files += ./infoscreen.desktop
27  autostart.path += /etc/xdg/autostart  autostart.path += /etc/xdg/autostart
28  INSTALLS += target autostart  INSTALLS += target \
29        autostart

Legend:
Removed from v.518  
changed lines
  Added in v.528

  ViewVC Help
Powered by ViewVC 1.1.20