~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_bottomedge/tst_bottomedge.pro

  • Committer: Zsombor Egri
  • Date: 2015-12-07 17:02:28 UTC
  • mfrom: (1662.2.80 staging)
  • Revision ID: zsombor.egri@canonical.com-20151207170228-coqv9fvqublui315
staging sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../test-include.pri)
 
2
QT += core-private qml-private quick-private gui-private UbuntuGestures
 
3
 
 
4
SOURCES += \
 
5
    tst_bottomedge.cpp
 
6
 
 
7
DISTFILES += \
 
8
    Defaults.qml \
 
9
    DifferentSizes.qml \
 
10
    LastItem.qml \
 
11
    BottomEdgeInItem.qml \
 
12
    ShorterBottomEdge.qml \
 
13
    AlternateRegionContent.qml \
 
14
    AddCustomRegionUsingRegionsProperty.qml \
 
15
    AddCustomRegionUsingDataProperty.qml \
 
16
    AddCustomRegionOnCompleted.qml \
 
17
    AddCustomRegionOwnedByOtherBottomEdge.qml \
 
18
    ClearCustomRegions.qml \
 
19
    AlternateDefaultRegionContent.qml \
 
20
    OverlappingRegions.qml \
 
21
    AutoCollapseInPageHeader.qml \
 
22
    AutoCollapseInPageWithPageHeader.qml \
 
23
    LeanActiveRegionChange.qml \
 
24
    UncoveredByRegion.qml