From 551bfff433021b54f9523546853afbe286c41d97 Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 18 Mar 2024 19:10:36 -0400 Subject: Create README --- CMakeLists.txt | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 README.md 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++. -- cgit