34 lines
547 B
Prolog
34 lines
547 B
Prolog
HEADERS += base_types.h \
|
|
map.h \
|
|
game_data.h \
|
|
aliens.h \
|
|
towers.h \
|
|
splashes.h \
|
|
adcore.h \
|
|
player.h \
|
|
loader.h \
|
|
animation.h \
|
|
ad_graphics.h
|
|
SOURCES += map.cpp \
|
|
game_data.cpp \
|
|
aliens.cpp \
|
|
towers.cpp \
|
|
main.cpp \
|
|
splashes.cpp \
|
|
adcore.cpp \
|
|
player.cpp \
|
|
loader.cpp \
|
|
animation.cpp \
|
|
ad_graphics.cpp
|
|
RESOURCES += images.qrc
|
|
OTHER_FILES += \
|
|
data.xml \
|
|
schema.xml \
|
|
data2.xml
|
|
QT += core \
|
|
gui \
|
|
network \
|
|
opengl \
|
|
xml \
|
|
xmlpatterns
|