comparison noconfig.pri @ 1295:c234288dddd8 project-file-rework

More Windows build bits
author Chris Cannam
date Thu, 27 Oct 2016 10:29:44 +0100
parents 0e0370b84040
children 9027d12841af
comparison
equal deleted inserted replaced
1294:0e0370b84040 1295:c234288dddd8
47 win32-g++ { 47 win32-g++ {
48 48
49 # This config is currently used for 32-bit Windows builds. 49 # This config is currently used for 32-bit Windows builds.
50 50
51 INCLUDEPATH += sv-dependency-builds/win32-mingw/include 51 INCLUDEPATH += sv-dependency-builds/win32-mingw/include
52 LIBS += -Lrelease -Lsv-dependency-builds/win32-mingw/lib
53 52
54 DEFINES += NOMINMAX _USE_MATH_DEFINES 53 LIBS += -Lrelease -Lsv-dependency-builds/win32-mingw/lib -L../sonic-visualiser/sv-dependency-builds/win32-mingw/lib
54
55 DEFINES += NOMINMAX _USE_MATH_DEFINES USE_OWN_ALIGNED_MALLOC CAPNP_LITE
56
57 QMAKE_CXXFLAGS_RELEASE += -ffast-math
55 58
56 # Don't have liblo 59 # Don't have liblo
57 DEFINES -= HAVE_LIBLO 60 DEFINES -= HAVE_LIBLO
58 LIBS -= -llo 61 LIBS -= -llo
59 62
103 # All Mac builds are 64-bit these days. 106 # All Mac builds are 64-bit these days.
104 107
105 INCLUDEPATH += sv-dependency-builds/osx/include 108 INCLUDEPATH += sv-dependency-builds/osx/include
106 LIBS += -Lsv-dependency-builds/osx/lib 109 LIBS += -Lsv-dependency-builds/osx/lib
107 110
111 QMAKE_CXXFLAGS_RELEASE += -ffast-math
112
108 DEFINES += HAVE_COREAUDIO MALLOC_IS_ALIGNED HAVE_VDSP 113 DEFINES += HAVE_COREAUDIO MALLOC_IS_ALIGNED HAVE_VDSP
109 LIBS += \ 114 LIBS += \
110 -framework CoreAudio \ 115 -framework CoreAudio \
111 -framework CoreMidi \ 116 -framework CoreMidi \
112 -framework AudioUnit \ 117 -framework AudioUnit \