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

Contents of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 524 - (show annotations) (download)
Tue Jan 5 14:03:06 2010 UTC (14 years, 4 months ago) by torben
File size: 454 byte(s)
Added a plain picture viewer
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 SOURCES += main.cpp \
11 MyWebView.cpp \
12 MainView.cpp \
13 screenmanager.cpp \
14 clientsiderender.cpp \
15 pictureview.cpp
16 TARGET = infoscreen
17 target.path += /usr/local/bin
18 autostart.files += ./infoscreen.desktop
19 autostart.path += /etc/xdg/autostart
20 INSTALLS += target \
21 autostart

  ViewVC Help
Powered by ViewVC 1.1.20