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.pro
with qtCreator - use
LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib.a
in ZeroDayProject.pro and ZeroDayTests.pro
- clone the project
- open
ZeroDay.pro
with qtCreator - open
ZeroDayLib.pro
- comment
CONFIG += static
- use
LIBS += $$PWD/../ZeroDayLib/Build/ZeroDayLib.dll
in ZeroDayProject.pro and ZeroDayTests.pro
- clone the project
- open
ZeroDay.pro
with qtCreator - use
LIBS += $$PWD/../ZeroDayLib/Build/libZeroDayLib_arm64-v8a.a
in ZeroDayProject.pro and ZeroDayTests.pro