Mercurial > hg > sonic-annotator
annotate sonic-annotator.pro @ 323:50461005ffcb
Cargo-culting a possible fix for Qt qmake breakage (see https://bugreports.qt.io/browse/QTBUG-62065)
author | Chris Cannam |
---|---|
date | Fri, 18 May 2018 10:05:03 +0100 |
parents | 6122159556bd |
children | e16e4cda23b9 |
rev | line source |
---|---|
Chris@69 | 1 TEMPLATE = subdirs |
chris@85 | 2 |
Chris@290 | 3 # We build the tests on every platform, though at the time of |
Chris@290 | 4 # writing they are only automatically run on non-Windows platforms |
Chris@290 | 5 # (because of the difficulty of getting them running nicely in the |
Chris@290 | 6 # IDE without causing great confusion if a test fails). |
Chris@290 | 7 SUBDIRS += \ |
Chris@290 | 8 sub_test_svcore_base \ |
Chris@260 | 9 sub_test_svcore_data_fileio |
Chris@78 | 10 |
Chris@260 | 11 SUBDIRS += sub_runner |
Chris@260 | 12 |
Chris@260 | 13 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@260 | 14 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@69 | 15 |
Chris@69 | 16 sub_runner.file = runner.pro |
Chris@260 | 17 |
Chris@262 | 18 CONFIG += ordered |
Chris@260 | 19 |