~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuGestures/UbuntuGestures.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
TEMPLATE=lib
 
2
TARGET=UbuntuGestures
 
3
 
 
4
QT *= core-private gui-private qml qml-private quick quick-private
 
5
 
 
6
CONFIG += dll no_keywords c++11
 
7
 
 
8
INCLUDEPATH+=$$PWD
 
9
 
 
10
DEFINES += UBUNTUGESTURES_LIBRARY
 
11
 
 
12
load(qt_build_config)
 
13
load(ubuntu_qt_module)
 
14
 
 
15
HEADERS += candidateinactivitytimer.h \
 
16
           debughelpers.h \
 
17
           timer.h \
 
18
           timesource.h \
 
19
           touchownershipevent.h \
 
20
           touchregistry.h \
 
21
           unownedtouchevent.h \
 
22
           ubuntugesturesglobal.h \
 
23
           pool.h \
 
24
 
 
25
SOURCES += candidateinactivitytimer.cpp \
 
26
           debughelpers.cpp \
 
27
           timer.cpp \
 
28
           timesource.cpp \
 
29
           touchownershipevent.cpp \
 
30
           touchregistry.cpp \
 
31
           unownedtouchevent.cpp \