summaryrefslogtreecommitdiffstats
path: root/animals/animals.pro
diff options
context:
space:
mode:
Diffstat (limited to 'animals/animals.pro')
-rw-r--r--animals/animals.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/animals/animals.pro b/animals/animals.pro
new file mode 100644
index 0000000..6346a72
--- /dev/null
+++ b/animals/animals.pro
@@ -0,0 +1,29 @@
+######################################################################
+# 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