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

Diff of /infoscreen/infoscreen.pro

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

revision 523 by torben, Wed Dec 16 10:31:06 2009 UTC revision 524 by torben, Tue Jan 5 14:03:06 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  SOURCES += main.cpp \  SOURCES += main.cpp \
11      MyWebView.cpp \      MyWebView.cpp \
12      MainView.cpp \      MainView.cpp \
13      screenmanager.cpp \      screenmanager.cpp \
14      clientsiderender.cpp      clientsiderender.cpp \
15        pictureview.cpp
16  TARGET = infoscreen  TARGET = infoscreen
   
   
17  target.path += /usr/local/bin  target.path += /usr/local/bin
18  autostart.files += ./infoscreen.desktop  autostart.files += ./infoscreen.desktop
19  autostart.path += /etc/xdg/autostart  autostart.path += /etc/xdg/autostart
20  INSTALLS += target autostart  INSTALLS += target \
21        autostart

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

  ViewVC Help
Powered by ViewVC 1.1.20