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

Diff of /infoscreen/infoscreen.pro

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

revision 501 by torben, Fri Dec 11 08:17:45 2009 UTC revision 528 by torben, Wed Jan 6 22:18:52 2010 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit  QT += webkit \
3        phonon \
4  SOURCES += main.cpp      network \
5        xml
6    HEADERS += MyWebView.h \
7        MainView.h \
8        screenmanager.h \
9        clientsiderender.h \
10        pictureview.h \
11        videoview.h \
12        screenxmlhandler.h \
13        screenitem.h \
14        httpwrapper.h
15    SOURCES += main.cpp \
16        MyWebView.cpp \
17        MainView.cpp \
18        screenmanager.cpp \
19        clientsiderender.cpp \
20        pictureview.cpp \
21        videoview.cpp \
22        screenxmlhandler.cpp \
23        httpwrapper.cpp
24  TARGET = infoscreen  TARGET = infoscreen
25    target.path += /usr/local/bin
26    autostart.files += ./infoscreen.desktop
27    autostart.path += /etc/xdg/autostart
28    INSTALLS += target \
29        autostart

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

  ViewVC Help
Powered by ViewVC 1.1.20