offline database for Kanban Boards (in gitkraken style) and conversation pages (in telegram style).
Zeroday.Overview.mp4
- Qt6
- Clang for Android release
- Initial Unit test's
- Seperate Lib's from project
- Build for android, Windows, linux
- using SQLite as database
- Conversation(chatting) page
- Weekly boards
- Time lines
- Use android api's for gallery and music player
- clone the project
- open
ZeroDay.prowith qtCreator - use
LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib.ain ZeroDayProject.pro and ZeroDayTests.pro
- clone the project
- open
ZeroDay.prowith qtCreator - open
ZeroDayLib.pro - comment
CONFIG += static - use
LIBS += $$PWD/../ZeroDayLib/Build/ZeroDayLib.dllin ZeroDayProject.pro and ZeroDayTests.pro
- clone the project
- open
ZeroDay.prowith qtCreator - use
LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib_arm64-v8a.ain ZeroDayProject.pro and ZeroDayTests.pro
