diff -r ceb8aa4ebd25 -r f1ed3a2a94e9 CMakeLists.txt --- a/CMakeLists.txt Thu Apr 28 16:59:58 2022 +0200 +++ b/CMakeLists.txt Thu Apr 28 22:49:13 2022 +0200 @@ -8,8 +8,8 @@ # ===== Set application version ===== SET( bmsapp_VERSION_MAJOR 0 ) -SET( bmsapp_VERSION_MINOR 1 ) -SET( bmsapp_VERSION_PATCH 6 ) +SET( bmsapp_VERSION_MINOR 2 ) +SET( bmsapp_VERSION_PATCH 0 ) # Compile flags @@ -180,6 +180,7 @@ ${SRCDIR}/EditProfileFerment.cpp ${SRCDIR}/EditRecipe.cpp ${SRCDIR}/ProdInprod.cpp + ${SRCDIR}/EditProduct.cpp ${SRCDIR}/Setup.cpp ${SRCDIR}/Utils.cpp ${SRCDIR}/PrinterDialog.cpp @@ -217,6 +218,7 @@ ${SRCDIR}/EditProfileFerment.h ${SRCDIR}/EditRecipe.h ${SRCDIR}/ProdInprod.h + ${SRCDIR}/EditProduct.h ${SRCDIR}/Setup.h ${SRCDIR}/Utils.h ${SRCDIR}/PrinterDialog.h @@ -241,6 +243,7 @@ ${UIDIR}/EditProfileStyle.ui ${UIDIR}/EditProfileFerment.ui ${UIDIR}/EditRecipe.ui + ${UIDIR}/EditProduct.ui ${UIDIR}/MainWindow.ui )