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

Annotation of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 878 - (hide annotations) (download)
Tue Jun 22 21:24:49 2010 UTC (13 years, 10 months ago) by torben
File size: 717 byte(s)
add sample config file to installed files
1 torben 501 CONFIG += qt
2 torben 512 QT += webkit \
3 torben 524 phonon \
4 torben 528 network \
5 torben 867 xml \
6     svg
7 torben 512 HEADERS += MyWebView.h \
8     MainView.h \
9 torben 515 screenmanager.h \
10 torben 524 clientsiderender.h \
11 torben 527 pictureview.h \
12 torben 528 videoview.h \
13     screenxmlhandler.h \
14     screenitem.h \
15     httpwrapper.h
16 torben 512 SOURCES += main.cpp \
17     MyWebView.cpp \
18     MainView.cpp \
19 torben 515 screenmanager.cpp \
20 torben 524 clientsiderender.cpp \
21 torben 527 pictureview.cpp \
22 torben 528 videoview.cpp \
23     screenxmlhandler.cpp \
24     httpwrapper.cpp
25 torben 501 TARGET = infoscreen
26 torben 878 target.path += /usr/bin
27 torben 518 autostart.files += ./infoscreen.desktop
28     autostart.path += /etc/xdg/autostart
29 torben 878 sampleconf.files += infoscreen.conf
30     sampleconf.path += /usr/share/doc/infoscreen
31 torben 524 INSTALLS += target \
32 torben 878 autostart \
33     sampleconf

  ViewVC Help
Powered by ViewVC 1.1.20