Mercurial > hg > sonic-annotator
comparison noconfig.pri @ 369:ddcbbd85c1ea
Towards a 1.6 release - primarily for Opus support
author | Chris Cannam |
---|---|
date | Thu, 04 Jun 2020 17:39:27 +0100 |
parents | f5a291b1f541 |
children | 885960538dd4 |
comparison
equal
deleted
inserted
replaced
368:d9d509d29fa1 | 369:ddcbbd85c1ea |
---|---|
76 CONFIG(release) { | 76 CONFIG(release) { |
77 LIBS += -NODEFAULTLIB:LIBCMT -Lrelease \ | 77 LIBS += -NODEFAULTLIB:LIBCMT -Lrelease \ |
78 -L$$PWD/sv-dependency-builds/win64-msvc/lib | 78 -L$$PWD/sv-dependency-builds/win64-msvc/lib |
79 } | 79 } |
80 | 80 |
81 DEFINES += NOMINMAX _USE_MATH_DEFINES HAVE_MEDIAFOUNDATION | 81 DEFINES += NOMINMAX _USE_MATH_DEFINES HAVE_MEDIAFOUNDATION AVOID_WINRT_DEPENDENCY |
82 | 82 |
83 QMAKE_CXXFLAGS_RELEASE += -fp:fast -gl | 83 QMAKE_CXXFLAGS_RELEASE += -fp:fast -gl |
84 QMAKE_LFLAGS_RELEASE += -ltcg | 84 QMAKE_LFLAGS_RELEASE += -ltcg |
85 | 85 |
86 # No Ogg/FLAC support in the sndfile build on this platform yet | 86 # No Ogg/FLAC support in the sndfile build on this platform yet |