Mercurial > hg > svcore
comparison svcore.pro @ 1249:d45a16c232bd piper
Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself)
author | Chris Cannam |
---|---|
date | Fri, 04 Nov 2016 14:16:01 +0000 |
parents | 9ae2ce9190e6 |
children |
comparison
equal
deleted
inserted
replaced
1248:58dd6a6fe414 | 1249:d45a16c232bd |
---|---|
27 win*: DEFINES += __WINDOWS_MM__ | 27 win*: DEFINES += __WINDOWS_MM__ |
28 solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ | 28 solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ |
29 | 29 |
30 include(files.pri) | 30 include(files.pri) |
31 | 31 |
32 HEADERS = $$(SVCORE_HEADERS) | 32 HEADERS = $$SVCORE_HEADERS |
33 SOURCES = $$(SVCORE_SOURCES) | 33 SOURCES = $$SVCORE_SOURCES |
34 | 34 |