From 445fd20b6b7fecdfab1bdca5c9f27cdee5ae7474 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Jan 2020 18:08:38 -0500 Subject: Fixing the theming for gtk systems? --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f47a297..5cbb82b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,12 @@ language: cpp before_install: - sudo apt-get install libtag1-dev qt5-qmake libqt5x11extras5-dev qt5-default qttools5-dev-tools libqt5svg5-dev qtmultimedia5-dev libgtk2.0-dev script: + - git clone http://code.qt.io/qt/qtstyleplugins.git + - cd qtstyleplugins + - qmake + - make -j$(nproc) + - sudo make install + - cd.. - qmake - make - make install INSTALL_ROOT=appdir -- cgit v1.2.3