summaryrefslogtreecommitdiffstats
path: root/animals/animals.pro
blob: e2dd4079d8315a2b09968ba91f2f0c01fe9ca973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
######################################################################
# Automatically generated by qmake (2.01a) Tue Jul 20 15:52:04 2010
######################################################################

QT       += core gui declarative

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += mainwindow.h \
    pangesturerecognizer.h \
    tapgesturerecognizer.h \
    tapandholdgesturerecognizer.h \
    swipegesturerecognizer.h \
    pinchgesturerecognizer.h
SOURCES += main.cpp mainwindow.cpp \
    pangesturerecognizer.cpp \
    pinchgesturerecognizer.cpp \
    tapgesturerecognizer.cpp \
    tapandholdgesturerecognizer.cpp \
    swipegesturerecognizer.cpp

OTHER_FILES += \
    animals.qml \
    Animal.qml \
    AnimalLayout.qml \
    memory.qml \
    memory.js