~zeller-benjamin/ubuntu-ui-toolkit/mathutils_dont_warn

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/plugin.pri

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2015-11-09 16:03:08 UTC
  • mfrom: (1706.3.18 cppBottomEdgeHint)
  • Revision ID: tarmac-20151109160308-hl5ulbj32dh0wqg2
BottomEdgeHint API changes, deprecating state property, introducing locked property to drive visuals lock and click handling.

Approved by Christian Dywan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    $$PWD/uclabel.h \
93
93
    $$PWD/uclistitemlayout.h \
94
94
    $$PWD/privates/threelabelsslot_p.h \
95
 
    $$PWD/ucimportversionchecker_p.h
 
95
    $$PWD/ucimportversionchecker_p.h \
 
96
    $$PWD/ucbottomedgehint.h \
 
97
    $$PWD/privates/gesturedetector.h
96
98
 
97
99
SOURCES += $$PWD/plugin.cpp \
98
100
    $$PWD/uctheme.cpp \
155
157
    $$PWD/uclabel.cpp \
156
158
    $$PWD/uclistitemlayout.cpp \
157
159
    $$PWD/privates/threelabelsslot_p.cpp \
158
 
    $$PWD/ucimportversionchecker_p.cpp
 
160
    $$PWD/ucimportversionchecker_p.cpp \
 
161
    $$PWD/ucbottomedgehint.cpp \
 
162
    $$PWD/privates/gesturedetector.cpp
159
163
 
160
164
# adapters
161
165
SOURCES += $$PWD/adapters/alarmsadapter_organizer.cpp