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

Diff of /infoscreen/infoscreen.pro

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 511 by torben, Mon Dec 14 13:38:55 2009 UTC revision 524 by torben, Tue Jan 5 14:03:06 2010 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit phonon  QT += webkit \
3        phonon \
4  HEADERS += MyWebView.h MainView.h      network
5  SOURCES += main.cpp MyWebView.cpp MainView.cpp  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  TARGET = infoscreen
17    target.path += /usr/local/bin
18    autostart.files += ./infoscreen.desktop
19    autostart.path += /etc/xdg/autostart
20    INSTALLS += target \
21        autostart

Legend:
Removed from v.511  
changed lines
  Added in v.524

  ViewVC Help
Powered by ViewVC 1.1.20