blob: b93a6919eae94428de39e37e66653594e8911f5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
######################################################################
# Automatically generated by qmake (2.01a) on 22. apr 14:11:33 2009
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += C:/dev/kinetic/examples/statemachine/errorstate/. .
# Input
HEADERS += mainwindow.h plugin.h tankitem.h rocketitem.h gameitem.h
SOURCES += main.cpp mainwindow.cpp tankitem.cpp rocketitem.cpp gameitem.cpp
CONFIG += console
|