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

Diff of /infoscreen/infoscreen.pro

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

revision 512 by torben, Tue Dec 15 13:53:02 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 \
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 \
16        pictureview.cpp \
17        videoview.cpp
18  TARGET = infoscreen  TARGET = infoscreen
19    target.path += /usr/local/bin
20    autostart.files += ./infoscreen.desktop
21    autostart.path += /etc/xdg/autostart
22    INSTALLS += target \
23        autostart

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

  ViewVC Help
Powered by ViewVC 1.1.20