the first source

This commit is contained in:
2009-08-30 12:50:03 +04:00
commit 1e9ae4d6bb
44 changed files with 1547 additions and 0 deletions

18
wavetrace.pro Normal file
View File

@@ -0,0 +1,18 @@
# -------------------------------------------------
# Project created by QtCreator 2009-08-17T19:38:55
# -------------------------------------------------
QT += network \
opengl
TARGET = wavetrace
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
adpainter.cpp \
aliens.cpp \
towers.cpp
HEADERS += mainwindow.h \
adpainter.h \
aliens.h \
basestruct.h \
towers.h
FORMS += mainwindow.ui