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

Annotation of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 528 - (hide 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 torben 501 CONFIG += qt
2 torben 512 QT += webkit \
3 torben 524 phonon \
4 torben 528 network \
5     xml
6 torben 512 HEADERS += MyWebView.h \
7     MainView.h \
8 torben 515 screenmanager.h \
9 torben 524 clientsiderender.h \
10 torben 527 pictureview.h \
11 torben 528 videoview.h \
12     screenxmlhandler.h \
13     screenitem.h \
14     httpwrapper.h
15 torben 512 SOURCES += main.cpp \
16     MyWebView.cpp \
17     MainView.cpp \
18 torben 515 screenmanager.cpp \
19 torben 524 clientsiderender.cpp \
20 torben 527 pictureview.cpp \
21 torben 528 videoview.cpp \
22     screenxmlhandler.cpp \
23     httpwrapper.cpp
24 torben 501 TARGET = infoscreen
25 torben 513 target.path += /usr/local/bin
26 torben 518 autostart.files += ./infoscreen.desktop
27     autostart.path += /etc/xdg/autostart
28 torben 524 INSTALLS += target \
29     autostart

  ViewVC Help
Powered by ViewVC 1.1.20