Skip to content

Commit c535bb1

Browse files
author
Jonathan Roy
committed
Remove Scons qt 5 from repo and add a quick doc in the tests itself to explain how to install it
1 parent a672190 commit c535bb1

File tree

211 files changed

+8
-7557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+8
-7557
lines changed

tests/SConstruct

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import os
22
import sys
33

4+
# In order to build the tests for QT, you need to:
5+
# - Download and install qt from https://www.qt.io/download/
6+
# - Set the QT5DIR variable below
7+
# - Install the Scons Qt5 tools from https://bitbucket.org/dirkbaechle/scons_qt5
8+
# First install option worked for me (installing it directly in the pytest-cpp/tests directory)
49
ENABLE_QT_TEST = False
510

611
if sys.platform.startswith('win'):

tests/site_scons/site_tools/qt5/README.rst

Lines changed: 0 additions & 351 deletions
This file was deleted.

0 commit comments

Comments
 (0)