blob: bfee5b0017419960781f37c5d114c6a7864a4253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
######################################################################
# Automatically generated by qmake (2.01a) ti 3. feb 19:50:14 2009
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
include(editor/editor.pri)
# Input
HEADERS += stickman.h animation.h node.h lifecycle.h graphicsview.h
SOURCES += main.cpp stickman.cpp animation.cpp node.cpp lifecycle.cpp graphicsview.cpp
|