comparison base.pro @ 2576:1799e90689b5

Avoid WinRT dependency when packaging for Win7
author Chris Cannam
date Tue, 21 Jul 2020 14:03:23 +0100
parents 555e3add86b2
children
comparison
equal deleted inserted replaced
2575:32c3e8dfd11d 2576:1799e90689b5
50 for (file, CHECKER_HEADERS) { HEADERS += $$sprintf("checker/%1", $$file) } 50 for (file, CHECKER_HEADERS) { HEADERS += $$sprintf("checker/%1", $$file) }
51 51
52 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) } 52 for (file, SVCORE_SOURCES) { SOURCES += $$sprintf("svcore/%1", $$file) }
53 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) } 53 for (file, SVCORE_HEADERS) { HEADERS += $$sprintf("svcore/%1", $$file) }
54 54
55 win32-msvc* {
56 SOURCES -= svcore/system/os-other.cpp
57 }
58
55 for (file, CLIENT_HEADERS) { 59 for (file, CLIENT_HEADERS) {
56 HEADERS += $$sprintf("piper-vamp-cpp/vamp-client/qt/%1", $$file) 60 HEADERS += $$sprintf("piper-vamp-cpp/vamp-client/qt/%1", $$file)
57 } 61 }
58 62
59 SOURCES += piper-vamp-cpp/vamp-capnp/piper-capnp.cpp 63 SOURCES += piper-vamp-cpp/vamp-capnp/piper-capnp.cpp