# HG changeset patch # User Chris Cannam # Date 1552052366 0 # Node ID a86168d1ba68516a2326b64a6f3cd3c4b28a7e4f # Parent debdc91a32094d9722617ea54e9f9449de7cd846 Subrepo updates for single-point Event/EventSeries implementation diff -r debdc91a3209 -r a86168d1ba68 repoint-lock.json --- a/repoint-lock.json Wed Feb 27 12:34:42 2019 +0000 +++ b/repoint-lock.json Fri Mar 08 13:39:26 2019 +0000 @@ -4,13 +4,13 @@ "pin": "b650289c47b4" }, "svcore": { - "pin": "0e0947896fd3" + "pin": "cf5196881e3e" }, "svgui": { - "pin": "70e93f996da6" + "pin": "62e908518c71" }, "svapp": { - "pin": "6fd0ebfd2bbe" + "pin": "6240788893e7" }, "checker": { "pin": "5c60e26e16ca" diff -r debdc91a3209 -r a86168d1ba68 repoint-project.json --- a/repoint-project.json Wed Feb 27 12:34:42 2019 +0000 +++ b/repoint-project.json Fri Mar 08 13:39:26 2019 +0000 @@ -16,15 +16,18 @@ }, "svcore": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware", + "branch": "single-point" }, "svgui": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware", + "branch": "single-point" }, "svapp": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware", + "branch": "single-point" }, "checker": { "vcs": "hg", diff -r debdc91a3209 -r a86168d1ba68 test-svcore-base.pro --- a/test-svcore-base.pro Wed Feb 27 12:34:42 2019 +0000 +++ b/test-svcore-base.pro Fri Mar 08 13:39:26 2019 +0000 @@ -29,5 +29,6 @@ for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/base/test/%1", $$file) } !win32* { + POST_TARGETDEPS += $$PWD/libbase.a QMAKE_POST_LINK = ./$${TARGET} } diff -r debdc91a3209 -r a86168d1ba68 test-svcore-data-fileio.pro --- a/test-svcore-data-fileio.pro Wed Feb 27 12:34:42 2019 +0000 +++ b/test-svcore-data-fileio.pro Fri Mar 08 13:39:26 2019 +0000 @@ -29,5 +29,6 @@ for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/fileio/test/%1", $$file) } !win32* { + POST_TARGETDEPS += $$PWD/libbase.a QMAKE_POST_LINK = ./$${TARGET} } diff -r debdc91a3209 -r a86168d1ba68 test-svcore-data-model.pro --- a/test-svcore-data-model.pro Wed Feb 27 12:34:42 2019 +0000 +++ b/test-svcore-data-model.pro Fri Mar 08 13:39:26 2019 +0000 @@ -29,5 +29,6 @@ for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/model/test/%1", $$file) } !win32* { + POST_TARGETDEPS += $$PWD/libbase.a QMAKE_POST_LINK = ./$${TARGET} } diff -r debdc91a3209 -r a86168d1ba68 test-svcore-system.pro --- a/test-svcore-system.pro Wed Feb 27 12:34:42 2019 +0000 +++ b/test-svcore-system.pro Fri Mar 08 13:39:26 2019 +0000 @@ -29,5 +29,6 @@ for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/system/test/%1", $$file) } !win32* { + POST_TARGETDEPS += $$PWD/libbase.a QMAKE_POST_LINK = ./$${TARGET} }