view sonic-visualiser.pro @ 1253:cc434d37a126 3.0-integration

Patch from Fab Nicol to fix a problem with Recent Files menu: "Patch corrects a linux version bug already there in recent tags (at least 2.5, including in official Linux distros) and apparently remaining unnotices wrt open Recent Files submenu: an offending ampersand in paths (perhaps a Qt bug) makes the menu useless."
author Chris Cannam
date Mon, 15 Aug 2016 16:45:17 +0100
parents 29c6a7cb114e
children eb60f984c66c
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_sv 

!win* {
    # We should build and run the tests on any platform,
    # but doing it automatically doesn't work so well from
    # within an IDE on Windows, so remove that from here
    SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
}

sub_bq.file = bq.pro
sub_sv.file = sv.pro

sub_dataquay.file = dataquay/lib.pro

svgui.depends = svcore
svapp.depends = svcore svgui
sub_sv.depends = svcore svgui svapp