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

Diff of /infoscreen/infoscreen.pro

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

revision 501 by torben, Fri Dec 11 08:17:45 2009 UTC revision 518 by torben, Wed Dec 16 10:31:06 2009 UTC
# Line 1  Line 1 
1  CONFIG += qt  CONFIG += qt
2  QT += webkit  QT += webkit \
3        phonon
4  SOURCES += main.cpp  HEADERS += MyWebView.h \
5        MainView.h \
6        screenmanager.h \
7        clientsiderender.h
8    SOURCES += main.cpp \
9        MyWebView.cpp \
10        MainView.cpp \
11        screenmanager.cpp \
12        clientsiderender.cpp
13  TARGET = infoscreen  TARGET = infoscreen
14    
15    
16    target.path += /usr/local/bin
17    autostart.files += ./infoscreen.desktop
18    autostart.path += /etc/xdg/autostart
19    INSTALLS += target autostart

Legend:
Removed from v.501  
changed lines
  Added in v.518

  ViewVC Help
Powered by ViewVC 1.1.20