/[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 527 by torben, Tue Jan 5 20:14:22 2010 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit \  QT += webkit \
3      phonon      phonon \
4        network
5  HEADERS += MyWebView.h \  HEADERS += MyWebView.h \
6      MainView.h \      MainView.h \
7      screenmanager.h \      screenmanager.h \
8      clientsiderender.h      clientsiderender.h \
9        pictureview.h \
10        videoview.h
11  SOURCES += main.cpp \  SOURCES += main.cpp \
12      MyWebView.cpp \      MyWebView.cpp \
13      MainView.cpp \      MainView.cpp \
14      screenmanager.cpp \      screenmanager.cpp \
15      clientsiderender.cpp      clientsiderender.cpp \
16        pictureview.cpp \
17        videoview.cpp
18  TARGET = infoscreen  TARGET = infoscreen
   
   
19  target.path += /usr/local/bin  target.path += /usr/local/bin
20  autostart.files += ./infoscreen.desktop  autostart.files += ./infoscreen.desktop
21  autostart.path += /etc/xdg/autostart  autostart.path += /etc/xdg/autostart
22  INSTALLS += target autostart  INSTALLS += target \
23        autostart

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

  ViewVC Help
Powered by ViewVC 1.1.20