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

Diff of /infoscreen/infoscreen.pro

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

revision 506 by torben, Fri Dec 11 21:47:49 2009 UTC revision 878 by torben, Tue Jun 22 21:24:49 2010 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit  QT += webkit \
3        phonon \
4  HEADERS += MyWebView.h      network \
5  SOURCES += main.cpp MyWebView.cpp      xml \
6        svg
7    HEADERS += MyWebView.h \
8        MainView.h \
9        screenmanager.h \
10        clientsiderender.h \
11        pictureview.h \
12        videoview.h \
13        screenxmlhandler.h \
14        screenitem.h \
15        httpwrapper.h
16    SOURCES += main.cpp \
17        MyWebView.cpp \
18        MainView.cpp \
19        screenmanager.cpp \
20        clientsiderender.cpp \
21        pictureview.cpp \
22        videoview.cpp \
23        screenxmlhandler.cpp \
24        httpwrapper.cpp
25  TARGET = infoscreen  TARGET = infoscreen
26    target.path += /usr/bin
27    autostart.files += ./infoscreen.desktop
28    autostart.path += /etc/xdg/autostart
29    sampleconf.files += infoscreen.conf
30    sampleconf.path += /usr/share/doc/infoscreen
31    INSTALLS += target \
32        autostart \
33        sampleconf

Legend:
Removed from v.506  
changed lines
  Added in v.878

  ViewVC Help
Powered by ViewVC 1.1.20