Settings page was added

This commit is contained in:
2023-03-30 20:06:03 +02:00
parent 31cb989f67
commit 25e8a3ea79
16 changed files with 272 additions and 55 deletions

View File

@@ -68,10 +68,6 @@ set_target_properties(beerlog PROPERTIES
WIN32_EXECUTABLE TRUE
)
#install(TARGETS beerlog
# BUNDLE DESTINATION .
# LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
if(QT_VERSION_MAJOR EQUAL 6)
qt_import_qml_plugins(beerlog)
qt_finalize_executable(beerlog)