~aacid/qtubuntu/remove_unused_signal

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/ubuntumirclient.pro

  • Committer: Bileto Bot
  • Date: 2017-01-16 06:39:32 UTC
  • mfrom: (360.2.4 qtubuntu)
  • Revision ID: ci-train-bot@canonical.com-20170116063932-70jenqyqw3jplt3q
Resync trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    plugin.cpp \
29
29
    screen.cpp \
30
30
    screenobserver.cpp \
31
 
    theme.cpp \
32
31
    window.cpp \
33
32
    appstatecontroller.cpp
34
33
 
41
40
    glcontext.h \
42
41
    input.h \
43
42
    integration.h \
44
 
    logging.h \
45
43
    nativeinterface.h \
46
44
    orientationchangeevent_p.h \
47
45
    platformservices.h \
48
46
    plugin.h \
49
47
    screenobserver.h \
50
48
    screen.h \
51
 
    theme.h \
52
49
    window.h \
 
50
    logging.h \
53
51
    appstatecontroller.h
54
52
 
 
53
OTHER_FILES += \
 
54
    ubuntumirclient.json
 
55
 
55
56
# Installation path
56
57
target.path +=  $$[QT_INSTALL_PLUGINS]/platforms
57
58