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

Diff of /infoscreen/infoscreen.pro

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

revision 527 by torben, Tue Jan 5 20:14:22 2010 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      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 \      pictureview.h \
11      videoview.h      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 \      pictureview.cpp \
21      videoview.cpp      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

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

  ViewVC Help
Powered by ViewVC 1.1.20