Added an AbstractDialog class and using it as base for a NewItemDialog class (no new item functionality yet).
This commit is contained in:
@ -29,6 +29,8 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|
||||
${PROJECT_SOURCES}
|
||||
utils/messagehandler.h
|
||||
assets/icons.qrc
|
||||
Dialogs/abstractdialog.h Dialogs/abstractdialog.cpp
|
||||
Dialogs/newitemdialog.h Dialogs/newitemdialog.cpp
|
||||
)
|
||||
# Define target properties for Android with Qt 6 as:
|
||||
# set_property(TARGET ${TARGET_APP} APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
||||
|
||||
Reference in New Issue
Block a user