its just a test, wait a week...
This commit is contained in:
@@ -1,21 +1,24 @@
|
||||
# -------------------------------------------------
|
||||
# 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
|
||||
HEADERS += mainwindow.h \
|
||||
adpainter.h \
|
||||
aliens.h \
|
||||
basestruct.h \
|
||||
udpsender.h \
|
||||
towers.h
|
||||
FORMS += mainwindow.ui
|
||||
RESOURCES += res.qrc
|
||||
# -------------------------------------------------
|
||||
# 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 \
|
||||
game.cpp
|
||||
HEADERS += mainwindow.h \
|
||||
adpainter.h \
|
||||
aliens.h \
|
||||
basestruct.h \
|
||||
udpsender.h \
|
||||
towers.h \
|
||||
map.h \
|
||||
game.h
|
||||
FORMS += mainwindow.ui
|
||||
|
||||
Reference in New Issue
Block a user