disable status showing for boards, add helper labels in pref dialog

This commit is contained in:
2024-10-28 16:13:34 +01:00
parent e961e7642e
commit e40dfb8f69
8 changed files with 122 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
CONFIG += c++17
win32:VERSION = 0.3.0.0 # major.minor.patch.build
else:VERSION = 0.3.0 # major.minor.patch
win32:VERSION = 0.3.1.0 # major.minor.patch.build
else:VERSION = 0.3.1 # major.minor.patch
DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
DEFINES += APP_NAME=\"\\\"TaskBoard\\\"\"