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

Contents of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 528 - (show annotations) (download)
Wed Jan 6 22:18:52 2010 UTC (14 years, 4 months ago) by torben
File size: 615 byte(s)
first functioning clientside xml-controlled switch
1 CONFIG += qt
2 QT += webkit \
3 phonon \
4 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
25 target.path += /usr/local/bin
26 autostart.files += ./infoscreen.desktop
27 autostart.path += /etc/xdg/autostart
28 INSTALLS += target \
29 autostart

  ViewVC Help
Powered by ViewVC 1.1.20