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

Contents of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2103 - (show annotations) (download)
Tue Feb 4 14:16:40 2014 UTC (10 years, 3 months ago) by torben
File size: 796 byte(s)
make code compile with current QT
1 CONFIG += qt console
2 QT += webkit \
3 phonon \
4 network \
5 xml \
6 svg
7 HEADERS += webview.h \
8 mainview.h \
9 screenmanager.h \
10 clientsiderender.h \
11 pictureview.h \
12 videoview.h \
13 screenxmlhandler.h \
14 screenitem.h \
15 httpwrapper.h \
16 clockoverlay.h
17 SOURCES += main.cpp \
18 webview.cpp \
19 mainview.cpp \
20 screenmanager.cpp \
21 clientsiderender.cpp \
22 pictureview.cpp \
23 videoview.cpp \
24 screenxmlhandler.cpp \
25 httpwrapper.cpp \
26 clockoverlay.cpp
27 TARGET = infoscreen
28 target.path += /usr/bin
29 autostart.files += ./infoscreen.desktop
30 autostart.path += /etc/xdg/autostart
31 sampleconf.files += infoscreen.conf
32 sampleconf.path += /usr/share/doc/infoscreen
33 INSTALLS += target \
34 autostart \
35 sampleconf
36 OTHER_FILES += infoscreen.conf

  ViewVC Help
Powered by ViewVC 1.1.20