diff --git a/.travis.yml b/.travis.yml index 4ca1e15..1fc61bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - mkdir -p qt5 - if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.15 git://code.qt.io/qt/qt5.git ; fi - pushd qt5 - - if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase ; fi + - if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase,qtcharts ; fi - if [ ! -f config.summary ] ; then ./configure -prefix `pwd`/build -opensource -confirm-license -no-opengl -nomake examples -nomake tests ; fi - if [ ! -d build ] ; then make -j2 > /dev/null && make install ; fi - popd diff --git a/README.md b/README.md index 70f8d36..0b212ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # SprintPlanningTool [![Build Status](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool.svg?branch=master)](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool) + +![Screenshot](/screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..8c3bcec Binary files /dev/null and b/screenshot.png differ