Skip to content

AndreasLill/qt-notes-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QT Notes MD

A fast light-weight markdown note application written in C++ using QT for GUI.

How to build with CMake and ninja

Configure

cmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=<QT_INSTALLATION_FOLDER>/<QT_VERSION>/gcc_64/lib/cmake/Qt6/qt.toolchain.cmake --no-warn-unused-cli -S<PROJECT_FOLDER> -B<PROJECT_FOLDER>/build -G "Ninja Multi-Config"

Build (Debug)

cmake --build <PROJECT_FOLDER>/build --config Debug

Build (Release)

cmake --build <PROJECT_FOLDER>/build --config Release

About

A fast light-weight markdown note application written in C++ and QT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published