add of menu ui, structures and declaration of Chracter class
This commit is contained in:
@@ -9,10 +9,17 @@ CONFIG += c++17
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
character.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
|
||||
HEADERS += \
|
||||
Feature.h \
|
||||
Possession.h \
|
||||
Skill.h \
|
||||
SpecialSkill.h \
|
||||
Weapon.h \
|
||||
character.h \
|
||||
mainwindow.h
|
||||
|
||||
FORMS += \
|
||||
|
||||
Reference in New Issue
Block a user