annotate sonic-visualiser.pro @ 1827:e63cc95876cb baselib-win-build

Alternative build mechanism for Windows, with base as a library and a single script to run full builds
author Chris Cannam
date Thu, 24 May 2018 16:19:50 +0100
parents e4bd2a532ced
children df146330bc34
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@1490 7 # We build the tests on every platform, though at the time of
Chris@1490 8 # writing they are only automatically run on non-Windows platforms
Chris@1490 9 # (because of the difficulty of getting them running nicely in the
Chris@1490 10 # IDE without causing great confusion if a test fails).
Chris@1490 11 SUBDIRS += \
Chris@1490 12 sub_test_svcore_base \
Chris@1332 13 sub_test_svcore_data_fileio \
Chris@1332 14 sub_test_svcore_data_model
Chris@1330 15
Chris@1330 16 SUBDIRS += \
cannam@1285 17 checker \
Chris@1279 18 sub_server \
Chris@1297 19 sub_convert \
Chris@1279 20 sub_sv
Chris@563 21
Chris@1827 22 sub_base.file = base.pro
Chris@1827 23
Chris@1332 24 sub_test_svcore_base.file = test-svcore-base.pro
Chris@1332 25 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
Chris@1332 26 sub_test_svcore_data_model.file = test-svcore-data-model.pro
Chris@1332 27
Chris@1278 28 sub_server.file = server.pro
Chris@1297 29 sub_convert.file = convert.pro
Chris@1279 30 sub_sv.file = sv.pro
Chris@1352 31
Chris@1352 32 CONFIG += ordered