this version without bugs
This commit is contained in:
@@ -2,26 +2,25 @@
|
||||
# Project created by QtCreator 2009-08-17T19:38:55
|
||||
# -------------------------------------------------
|
||||
QT += network \
|
||||
opengl
|
||||
opengl
|
||||
TARGET = aliendefender
|
||||
TEMPLATE = app
|
||||
SOURCES += main.cpp \
|
||||
mainwindow.cpp \
|
||||
adpainter.cpp \
|
||||
aliens.cpp \
|
||||
udpsender.cpp \
|
||||
towers.cpp \
|
||||
map.cpp \
|
||||
games.cpp \
|
||||
mainwindow.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
|
||||
aliens.h \
|
||||
basestruct.h \
|
||||
udpsender.h \
|
||||
towers.h \
|
||||
map.h \
|
||||
games.h \
|
||||
alien.h \
|
||||
uwidget.h
|
||||
FORMS += mainwindow.ui
|
||||
RESOURCES += images.qrc
|
||||
|
||||
Reference in New Issue
Block a user