last changes

This commit is contained in:
2020-06-15 22:22:46 +03:00
parent 5f405ca403
commit 259f321df4
53 changed files with 3368 additions and 842 deletions

View File

@@ -11,7 +11,9 @@ HEADERS += base_types.h \
form.h \
aditem.h \
touchbuttframe.h \
touch_butt.h
touch_butt.h \
statuswidget.h \
moneyitem.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
@@ -25,7 +27,9 @@ SOURCES += map.cpp \
form.cpp \
aditem.cpp \
touchbuttframe.cpp \
touch_butt.cpp
touch_butt.cpp \
statuswidget.cpp \
moneyitem.cpp
RESOURCES += images.qrc
OTHER_FILES += schema.xml \
data2.xml
@@ -38,3 +42,7 @@ QT += core \
FORMS += \
form.ui