blob: c159f94cc7e322f40dc704bdcde060a7868fc192 (
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 tank.h tankitem.h rocketitem.h gameitem.h
SOURCES += main.cpp mainwindow.cpp tankitem.cpp rocketitem.cpp gameitem.cpp
CONFIG += console
|