Skip to content

Commit

Permalink
remove charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed May 15, 2020
1 parent e1cd038 commit 74763de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion YUViewApp/YUViewApp.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QT += gui opengl xml concurrent network charts
QT += gui opengl xml concurrent network

TARGET = YUView
TEMPLATE = app
Expand Down
2 changes: 1 addition & 1 deletion YUViewLib/YUViewLib.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QT += gui opengl xml concurrent network charts
QT += gui opengl xml concurrent network

TEMPLATE = lib
CONFIG += staticlib
Expand Down
5 changes: 2 additions & 3 deletions deployment/codeshipBuildContainerArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ pacman -Syu --noconfirm
pacman -S --noconfirm gcc \
make \
git \
qt5-base \
libqt5charts5 \
libqt5charts5-dev
qt5-base

6 changes: 2 additions & 4 deletions deployment/codeshipBuildContainerUbuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ if [ "$LINUX_SHORT_NAME" == "ubuntu16.04" ]
then
add-apt-repository ppa:beineri/opt-qt-5.12.3-xenial -y
apt-get update -qq
apt-get install -qq qt512base qt512charts-no-lgpl
apt-get install -qq qt512base
else
apt-get install -yq qt5-default \
libqt5charts5 \
libqt5charts5-dev
apt-get install -yq qt5-default
fi

0 comments on commit 74763de

Please sign in to comment.