blob: a40c323eb3daff8124d02e306ff4f4fb741a66a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# #####################################################################
# Automatically generated by qmake (2.01a) Mon Sep 7 13:26:43 2009
# #####################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
SOURCES += main.cpp \
imageitem.cpp \
gestures.cpp \
mousepangesturerecognizer.cpp
HEADERS += imageitem.h \
gestures.h \
mousepangesturerecognizer.h
|