~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

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

  • 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:
3
3
    PKGCONFIG += gio-2.0 dbus-1 libnih-dbus
4
4
}
5
5
 
6
 
QT *= core-private qml qml-private quick quick-private gui-private dbus svg
 
6
QT *= core-private qml qml-private quick quick-private gui-private dbus svg UbuntuGestures
7
7
 
8
8
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
9
9
    QT += v8-private
10
10
}
11
11
 
12
 
CONFIG += no_keywords
 
12
CONFIG += no_keywords c++11
13
13
 
14
14
# QOrganizer
15
15
QT *= organizer
94
94
    $$PWD/privates/threelabelsslot_p.h \
95
95
    $$PWD/ucimportversionchecker_p.h \
96
96
    $$PWD/ucbottomedgehint.h \
97
 
    $$PWD/privates/gesturedetector.h
 
97
    $$PWD/gestures/ucswipearea.h \
 
98
    $$PWD/gestures/ucswipearea_p.h \
 
99
    $$PWD/gestures/damper.h \
 
100
    $$PWD/gestures/ubuntugesturesqmlglobal.h \
 
101
    $$PWD/ucmathutils.h
98
102
 
99
103
SOURCES += $$PWD/plugin.cpp \
100
104
    $$PWD/uctheme.cpp \
159
163
    $$PWD/privates/threelabelsslot_p.cpp \
160
164
    $$PWD/ucimportversionchecker_p.cpp \
161
165
    $$PWD/ucbottomedgehint.cpp \
162
 
    $$PWD/privates/gesturedetector.cpp
 
166
    $$PWD/gestures/ucswipearea.cpp \
 
167
    $$PWD/ucmathutils.cpp
163
168
 
164
169
# adapters
165
170
SOURCES += $$PWD/adapters/alarmsadapter_organizer.cpp