Files
aliendefender/aliendefender.pro
buull 3f8971b113 now this work stable
global restruct fuinish part 1 of 3
2010-02-07 16:18:29 +03:00

28 lines
529 B
Prolog

# -------------------------------------------------
# Project created by QtCreator 2009-08-17T19:38:55
# -------------------------------------------------
QT += network \
opengl
TARGET = aliendefender
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
adpainter.cpp \
aliens.cpp \
udpsender.cpp \
towers.cpp \
map.cpp \
games.cpp \
alien.cpp
HEADERS += mainwindow.h \
adpainter.h \
aliens.h \
basestruct.h \
udpsender.h \
towers.h \
map.h \
games.h \
alien.h
FORMS += mainwindow.ui
RESOURCES += images.qrc