diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-10-04 00:14:10 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-10-04 00:14:10 (GMT) |
commit | de3ebf6b0f53cf32991f548caf6401f20a2eb05e (patch) | |
tree | 6cbe93d7f7096a0ff7a20a8b18cccdf61fc298fc /QMTest/SConscript | |
parent | 56080b1c09eb9659419c5ada7c0a888fc048822c (diff) | |
download | SCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.zip SCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.tar.gz SCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.tar.bz2 |
Simplify main SConstruct. Remove deb and rpm and win executable package creation as we're moving to pip install being the main install path.
Diffstat (limited to 'QMTest/SConscript')
-rw-r--r-- | QMTest/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/QMTest/SConscript b/QMTest/SConscript index 5469d29..1db7301 100644 --- a/QMTest/SConscript +++ b/QMTest/SConscript @@ -30,9 +30,6 @@ import os.path Import('build_dir', 'env') files = [ - 'classes.qmc', - 'configuration', - 'scons_tdb.py', 'TestCmd.py', 'TestCommon.py', 'TestRuntest.py', |