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

Contents of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 527 - (show annotations) (download)
Tue Jan 5 20:14:22 2010 UTC (14 years, 4 months ago) by torben
File size: 492 byte(s)
added videoview
1 CONFIG += qt
2 QT += webkit \
3 phonon \
4 network
5 HEADERS += MyWebView.h \
6 MainView.h \
7 screenmanager.h \
8 clientsiderender.h \
9 pictureview.h \
10 videoview.h
11 SOURCES += main.cpp \
12 MyWebView.cpp \
13 MainView.cpp \
14 screenmanager.cpp \
15 clientsiderender.cpp \
16 pictureview.cpp \
17 videoview.cpp
18 TARGET = infoscreen
19 target.path += /usr/local/bin
20 autostart.files += ./infoscreen.desktop
21 autostart.path += /etc/xdg/autostart
22 INSTALLS += target \
23 autostart

  ViewVC Help
Powered by ViewVC 1.1.20