Update: DAO refactor, elementTypeToString function, closeDocument, on_buttonValidate_released for definitive code generation
This commit is contained in:
@@ -113,3 +113,18 @@ target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/editabletreemodel
|
||||
INSTALLS += target
|
||||
|
||||
HEADERS += utils/dbutils.h
|
||||
|
||||
# DAO sources
|
||||
SOURCES += \
|
||||
src/dao/productdao.cpp \
|
||||
src/dao/enterprisedao.cpp \
|
||||
src/dao/thirddao.cpp \
|
||||
src/dao/budgetdao.cpp \
|
||||
src/dao/elementdao.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/dao/productdao.h \
|
||||
src/dao/enterprisedao.h \
|
||||
src/dao/thirddao.h \
|
||||
src/dao/budgetdao.h \
|
||||
src/dao/elementdao.h
|
||||
|
||||
Reference in New Issue
Block a user