comparison test-svcore-system.pro @ 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 df146330bc34
children
comparison
equal deleted inserted replaced
2220:debdc91a3209 2221:a86168d1ba68
27 27
28 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/system/test/%1", $$file) } 28 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/system/test/%1", $$file) }
29 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/system/test/%1", $$file) } 29 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/system/test/%1", $$file) }
30 30
31 !win32* { 31 !win32* {
32 POST_TARGETDEPS += $$PWD/libbase.a
32 QMAKE_POST_LINK = ./$${TARGET} 33 QMAKE_POST_LINK = ./$${TARGET}
33 } 34 }