~gerboland/qtubuntu/enable-debug-mode

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/ubuntumirclient.pro

  • Committer: Gerry Boland
  • Date: 2016-04-12 13:10:43 UTC
  • mfrom: (280.2.34 enable-debug-mode)
  • Revision ID: gerry.boland@canonical.com-20160412131043-t14zmcbheuxclmhr
Merge lp:~dandrader/qtubuntu/enable-debug-mode, he kindly fixed merging this with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
QMAKE_LFLAGS += -std=c++11 -Wl,-no-undefined
13
13
 
14
14
CONFIG += link_pkgconfig
15
 
PKGCONFIG += egl mirclient ubuntu-platform-api
 
15
PKGCONFIG += egl mirclient ubuntu-platform-api xkbcommon
16
16
 
17
17
SOURCES = \
18
18
    backingstore.cpp \
19
19
    clipboard.cpp \
 
20
    cursor.cpp \
20
21
    debugextension.cpp \
21
22
    glcontext.cpp \
22
23
    input.cpp \
23
24
    integration.cpp \
24
25
    nativeinterface.cpp \
 
26
    offscreensurface.cpp \
25
27
    platformservices.cpp \
26
28
    plugin.cpp \
27
29
    screen.cpp \
31
33
HEADERS = \
32
34
    backingstore.h \
33
35
    clipboard.h \
 
36
    cursor.h \
34
37
    debugextension.h \
35
38
    glcontext.h \
36
39
    input.h \
37
40
    integration.h \
38
41
    logging.h \
39
42
    nativeinterface.h \
 
43
    offscreensurface.h \
40
44
    orientationchangeevent_p.h \
41
45
    platformservices.h \
42
46
    plugin.h \