No status option for boards, starting dev general prefs
This commit is contained in:
@@ -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\\\"\"
|
||||
@@ -77,10 +77,12 @@ SOURCES += \
|
||||
src/frames/namedialog.cpp \
|
||||
src/frames/prefdialog.cpp \
|
||||
src/models/filter.cpp \
|
||||
src/models/generalpreferences.cpp \
|
||||
src/models/priority.cpp \
|
||||
src/models/status.cpp \
|
||||
src/models/task.cpp \
|
||||
src/frames/taskdialog.cpp \
|
||||
src/services/configservice.cpp \
|
||||
src/services/taskstateservice.cpp \
|
||||
src/tools.cpp
|
||||
|
||||
@@ -93,10 +95,12 @@ HEADERS += \
|
||||
src/frames/namedialog.h \
|
||||
src/frames/prefdialog.h \
|
||||
src/models/filter.h \
|
||||
src/models/generalpreferences.h \
|
||||
src/models/priority.h \
|
||||
src/models/status.h \
|
||||
src/models/task.h \
|
||||
src/frames/taskdialog.h \
|
||||
src/services/configservice.h \
|
||||
src/services/taskstateservice.h \
|
||||
src/tools.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user