~ps-jenkins/unity-mir/latestsnapshot-0.1+13.10.20131003.1-0ubuntu1

« back to all changes in this revision

Viewing changes to src/unity-mir/unity-mir.pro

  • Committer: Tarmac
  • Author(s): Gerry Boland
  • Date: 2013-09-25 10:32:57 UTC
  • mfrom: (84.2.14 add-screen-blank)
  • Revision ID: tarmac-20130925103257-8pvxvjzvufsp91ey
Adding controller for Display power mode and a DBus API to allow other processes to adjust it.

Approved by PS Jenkins bot, Ricardo Mendoza.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TARGET = unity-mir
2
2
TEMPLATE = lib
3
3
 
4
 
QT       += core quick
 
4
QT       += core quick dbus
5
5
CONFIG   += link_pkgconfig
6
6
 
7
7
# CONFIG += c++11 # only enables C++0x
13
13
 
14
14
LIBS += -lubuntu_application_api_mirserver #FIXME platform-api pkgconfig should set this
15
15
 
16
 
SOURCES += initialsurfaceplacementstrategy.cpp \
 
16
SOURCES += \
 
17
    dbusscreen.cpp \
 
18
    initialsurfaceplacementstrategy.cpp \
17
19
    qmirserverapplication.cpp \
18
20
    qmirserver.cpp \
19
21
    sessionauthorizer.cpp \
23
25
    surfacesource.cpp \
24
26
    surfaceconfigurator.cpp
25
27
 
26
 
HEADERS += initialsurfaceplacementstrategy.h \
 
28
HEADERS += \
 
29
    dbusscreen.h \
 
30
    initialsurfaceplacementstrategy.h \
27
31
    qmirserverapplication.h \
28
32
    qmirserver.h \
29
33
    sessionauthorizer.h \