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

Diff of /infoscreen/infoscreen.pro

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

revision 524 by torben, Tue Jan 5 14:03:06 2010 UTC revision 867 by torben, Mon Jun 21 12:23:07 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        svg
7  HEADERS += MyWebView.h \  HEADERS += MyWebView.h \
8      MainView.h \      MainView.h \
9      screenmanager.h \      screenmanager.h \
10      clientsiderender.h \      clientsiderender.h \
11      pictureview.h      pictureview.h \
12        videoview.h \
13        screenxmlhandler.h \
14        screenitem.h \
15        httpwrapper.h
16  SOURCES += main.cpp \  SOURCES += main.cpp \
17      MyWebView.cpp \      MyWebView.cpp \
18      MainView.cpp \      MainView.cpp \
19      screenmanager.cpp \      screenmanager.cpp \
20      clientsiderender.cpp \      clientsiderender.cpp \
21      pictureview.cpp      pictureview.cpp \
22        videoview.cpp \
23        screenxmlhandler.cpp \
24        httpwrapper.cpp
25  TARGET = infoscreen  TARGET = infoscreen
26  target.path += /usr/local/bin  target.path += /usr/local/bin
27  autostart.files += ./infoscreen.desktop  autostart.files += ./infoscreen.desktop

Legend:
Removed from v.524  
changed lines
  Added in v.867

  ViewVC Help
Powered by ViewVC 1.1.20