diff options
-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++. |