Browse Source

Update treefrog to version 1.16.0 (#2786)

TreeFrog Framework 8 years ago
parent
commit
679bb8e082
1 changed files with 2 additions and 2 deletions
  1. 2 2
      toolset/setup/linux/frameworks/treefrog.sh

+ 2 - 2
toolset/setup/linux/frameworks/treefrog.sh

@@ -2,11 +2,11 @@
 
 fw_installed treefrog && return 0
 
-TFVER=1.15.0
+TFVER=1.16.0
 
 sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
 sudo apt-get update -qq
-sudo apt-get install -y --no-install-recommends qt5-qmake qt5-default qtbase5-dev qtbase5-dev-tools libqt5sql5 libqt5sql5-mysql libqt5sql5-psql libqt5qml5 libqt5xml5 qtdeclarative5-dev g++ libjemalloc-dev gcc
+sudo apt-get install -y --no-install-recommends qt5-qmake qt5-default qtbase5-dev qtbase5-dev-tools libqt5sql5 libqt5sql5-mysql libqt5sql5-psql libqt5qml5 libqt5xml5 qtdeclarative5-dev libqt5quick5 libqt5quickparticles5 libqt5quicktest5 g++ libjemalloc-dev gcc
 sudo add-apt-repository --remove --yes ppa:ubuntu-sdk-team/ppa
 
 fw_get -O https://github.com/treefrogframework/treefrog-framework/archive/v${TFVER}.tar.gz