Mercurial > hg > sonic-visualiser
view sonic-visualiser.pro @ 910:3404870007c3 2.4-stable
Updates for win32 build - repackaging with Qt5.4 to fix failure to start up properly on 32-bit win8.1
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2015 16:21:12 +0000 |
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