~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Andrea Bernabei
  • Date: 2015-11-25 11:50:10 UTC
  • mfrom: (1681.2.44 staging)
  • Revision ID: andrea.bernabei@canonical.com-20151125115010-vpxkm2lze1hav9q9
mergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = subdirs
2
2
 
3
 
SUBDIRS += Ubuntu/Components \
4
 
    Ubuntu/Layouts \
5
 
    Ubuntu/PerformanceMetrics \
6
 
    Ubuntu/Test
 
3
src_components.subdir = Ubuntu/Components
 
4
src_components.target = sub-components
 
5
src_components.depends = sub-gestures  # just for the module .pri file
 
6
 
 
7
src_layouts.subdir = Ubuntu/Layouts
 
8
src_layouts.target = sub-layouts
 
9
 
 
10
src_performance_metrics.subdir = Ubuntu/PerformanceMetrics
 
11
src_performance_metrics.target = sub-performance-metrics
 
12
 
 
13
src_gestures.subdir  = Ubuntu/UbuntuGestures
 
14
src_gestures.target  = sub-gestures
 
15
 
 
16
src_test.subdir  = Ubuntu/Test
 
17
src_test.target  = sub-test
 
18
 
 
19
#order is important
 
20
SUBDIRS += src_gestures src_components src_layouts src_performance_metrics src_test