comparison noconfig.pri @ 2576:1799e90689b5

Avoid WinRT dependency when packaging for Win7
author Chris Cannam
date Tue, 21 Jul 2020 14:03:23 +0100
parents 98321b83ac9b
children
comparison
equal deleted inserted replaced
2575:32c3e8dfd11d 2576:1799e90689b5
118 118
119 # Don't have liblo 119 # Don't have liblo
120 DEFINES -= HAVE_LIBLO 120 DEFINES -= HAVE_LIBLO
121 LIBS -= -llo 121 LIBS -= -llo
122 122
123 ##!!! WindowsApp seems to be win10-specific! can I avoid this? 123 LIBS += -lmfplat -lmfreadwrite -lmfuuid -lpropsys -ladvapi32 -lwinmm -lws2_32
124
125 LIBS += -lWindowsApp -lmfplat -lmfreadwrite -lmfuuid -lpropsys -ladvapi32 -lwinmm -lws2_32
126 } 124 }
127 125
128 macx* { 126 macx* {
129 127
130 # All Mac builds are 64-bit these days. 128 # All Mac builds are 64-bit these days.