view sonic-visualiser.pro @ 739:1192963e2d83

Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
author Chris Cannam
date Wed, 02 Jul 2014 15:09:51 +0100
parents 10e3c2c5e569
children fc0ce89208d8
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_dataquay svcore svgui svapp 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
}

sub_sv.file = sv.pro

sub_dataquay.file = dataquay/lib.pro

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