Files
aliendefender/aliendefender.pro
2020-06-15 22:22:46 +03:00

49 lines
746 B
Prolog

HEADERS += base_types.h \
map.h \
game_data.h \
aliens.h \
towers.h \
splashes.h \
adcore.h \
player.h \
loader.h \
ad_graphics.h \
form.h \
aditem.h \
touchbuttframe.h \
touch_butt.h \
statuswidget.h \
moneyitem.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
towers.cpp \
main.cpp \
splashes.cpp \
adcore.cpp \
player.cpp \
loader.cpp \
ad_graphics.cpp \
form.cpp \
aditem.cpp \
touchbuttframe.cpp \
touch_butt.cpp \
statuswidget.cpp \
moneyitem.cpp
RESOURCES += images.qrc
OTHER_FILES += schema.xml \
data2.xml
QT += core \
gui \
network \
opengl \
xml \
xmlpatterns
FORMS += \
form.ui