diff options
author | Louie S <louie@example.com> | 2024-03-18 19:10:36 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-18 19:10:36 -0400 |
commit | 551bfff433021b54f9523546853afbe286c41d97 (patch) | |
tree | 8c6fc72a60d6e3b3a379a0bcdabcdd4ba2ad2595 | |
parent | 4574b31b93f3f717c3956feb1f96ee00a7506440 (diff) |
Create README
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c5d6b0..c15b3d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,3 +107,5 @@ if(CMAKE_SYSTEM MATCHES "Linux.*") install(FILES data/assignment-list.desktop DESTINATION share/applications) install(FILES data/assignment-list.svg DESTINATION share/pixmaps) endif() + +include(CPack) diff --git a/README.md b/README.md new file mode 100644 index 0000000..826cf31 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Assignment List + +A QT application for managing grouped tasks (or "entries"). Originally written using [PyQt5](https://github.com/lshprung/assignment-list-pyqt) before being rewritten in C++. |