~zeller-benjamin/ubuntu-ui-toolkit/fix-lp1535241

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuGestures/UbuntuGestures.pro

Add UCTestExtras::removeTimeConstraintsFromSwipeArea

For that needed to move ucswipearea.cpp from UbuntuComponents to UbuntuGestures but made it in a private header so we don't have to care much for the API/ABI stability for now.

Approved by Zsombor Egri, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
           unownedtouchevent.h \
22
22
           ubuntugesturesglobal.h \
23
23
           pool.h \
 
24
           ucswipearea_p.h \
 
25
           ucswipearea_p_p.h \
 
26
           damper.h \
 
27
 
24
28
 
25
29
SOURCES += candidateinactivitytimer.cpp \
26
30
           debughelpers.cpp \
29
33
           touchownershipevent.cpp \
30
34
           touchregistry.cpp \
31
35
           unownedtouchevent.cpp \
 
36
           ucswipearea.cpp \
 
37
           damper.cpp \
 
 
b'\\ No newline at end of file'