changeset 2221:a86168d1ba68 single-point

Subrepo updates for single-point Event/EventSeries implementation
author Chris Cannam
date Fri, 08 Mar 2019 13:39:26 +0000
parents debdc91a3209
children 253a4a7394a7
files repoint-lock.json repoint-project.json test-svcore-base.pro test-svcore-data-fileio.pro test-svcore-data-model.pro test-svcore-system.pro
diffstat 6 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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",
--- 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}
 }
--- 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}
 }
--- 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}
 }
--- 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}
 }