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

Diff of /infoscreen/infoscreen.pro

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

revision 528 by torben, Wed Jan 6 22:18:52 2010 UTC revision 899 by torben, Thu Jun 24 19:06:43 2010 UTC
# Line 2  CONFIG += qt Line 2  CONFIG += qt
2  QT += webkit \  QT += webkit \
3      phonon \      phonon \
4      network \      network \
5      xml      xml \
6  HEADERS += MyWebView.h \      svg
7      MainView.h \  HEADERS += webview.h \
8        mainview.h \
9      screenmanager.h \      screenmanager.h \
10      clientsiderender.h \      clientsiderender.h \
11      pictureview.h \      pictureview.h \
12      videoview.h \      videoview.h \
13      screenxmlhandler.h \      screenxmlhandler.h \
14      screenitem.h \      screenitem.h \
15      httpwrapper.h      httpwrapper.h \
16        clockoverlay.h
17  SOURCES += main.cpp \  SOURCES += main.cpp \
18      MyWebView.cpp \      webview.cpp \
19      MainView.cpp \      mainview.cpp \
20      screenmanager.cpp \      screenmanager.cpp \
21      clientsiderender.cpp \      clientsiderender.cpp \
22      pictureview.cpp \      pictureview.cpp \
23      videoview.cpp \      videoview.cpp \
24      screenxmlhandler.cpp \      screenxmlhandler.cpp \
25      httpwrapper.cpp      httpwrapper.cpp \
26        clockoverlay.cpp
27  TARGET = infoscreen  TARGET = infoscreen
28  target.path += /usr/local/bin  target.path += /usr/bin
29  autostart.files += ./infoscreen.desktop  autostart.files += ./infoscreen.desktop
30  autostart.path += /etc/xdg/autostart  autostart.path += /etc/xdg/autostart
31    sampleconf.files += infoscreen.conf
32    sampleconf.path += /usr/share/doc/infoscreen
33  INSTALLS += target \  INSTALLS += target \
34      autostart      autostart \
35        sampleconf
36    OTHER_FILES += infoscreen.conf

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

  ViewVC Help
Powered by ViewVC 1.1.20