annotate sonic-visualiser.pro @ 2582:af1a7d76539d

Note if no Makefile found
author Chris Cannam
date Thu, 23 Jul 2020 16:49:42 +0100
parents 1799e90689b5
children
rev   line source
Chris@1279 1
Chris@517 2 TEMPLATE = subdirs
Chris@640 3
Chris@1827 4 SUBDIRS += \
Chris@1827 5 sub_base
Chris@1827 6
Chris@2576 7 win32-msvc* {
Chris@2576 8 SUBDIRS += \
Chris@2576 9 sub_os_other \
Chris@2576 10 sub_os_win10
Chris@2576 11 }
Chris@2576 12
Chris@1490 13 # We build the tests on every platform, though at the time of
Chris@1490 14 # writing they are only automatically run on non-Windows platforms
Chris@1490 15 # (because of the difficulty of getting them running nicely in the
Chris@1490 16 # IDE without causing great confusion if a test fails).
Chris@1490 17 SUBDIRS += \
Chris@1490 18 sub_test_svcore_base \
Chris@1852 19 sub_test_svcore_system \
Chris@1332 20 sub_test_svcore_data_fileio \
Chris@1332 21 sub_test_svcore_data_model
Chris@1330 22
Chris@1330 23 SUBDIRS += \
cannam@1285 24 checker \
Chris@1279 25 sub_server \
Chris@1297 26 sub_convert \
Chris@1279 27 sub_sv
Chris@2576 28
Chris@2576 29 sub_base.file = base.pro
Chris@563 30
Chris@2576 31 sub_os_other.file = os-other.pro
Chris@2576 32 sub_os_win10.file = os-win10.pro
Chris@2576 33
Chris@1332 34 sub_test_svcore_base.file = test-svcore-base.pro
Chris@1852 35 sub_test_svcore_system.file = test-svcore-system.pro
Chris@1332 36 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
Chris@1332 37 sub_test_svcore_data_model.file = test-svcore-data-model.pro
Chris@1332 38
Chris@1278 39 sub_server.file = server.pro
Chris@1297 40 sub_convert.file = convert.pro
Chris@1279 41 sub_sv.file = sv.pro
Chris@1352 42
Chris@1352 43 CONFIG += ordered