Mercurial > hg > sonic-visualiser
diff sv.pro @ 1147:29c6a7cb114e pluginscan
Update checker code layout
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2016 16:53:03 +0100 |
parents | a1ce253dc90e |
children | 5e6e1e074080 2e83525cf638 |
line wrap: on
line diff
--- a/sv.pro Thu Apr 14 14:23:48 2016 +0100 +++ b/sv.pro Thu Apr 14 16:53:03 2016 +0100 @@ -58,7 +58,7 @@ contains(DEFINES, BUILD_STATIC):LIBS -= -ljack -MY_LIBS = -Lsvapp -Lsvgui -Lsvcore -Lvamp-plugin-load-checker -Ldataquay -L. \ +MY_LIBS = -Lsvapp -Lsvgui -Lsvcore -Lchecker -Ldataquay -L. \ -lsvapp -lsvgui -lsvcore -lchecker -ldataquay -lbq linux* { @@ -66,7 +66,7 @@ } win* { -MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Lvamp-plugin-load-checker/release -Ldataquay/release $$MY_LIBS +MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Lchecker/release -Ldataquay/release $$MY_LIBS } LIBS = $$MY_LIBS $$LIBS @@ -76,14 +76,14 @@ svgui/release/libsvgui.a \ svcore/release/libsvcore.a \ dataquay/release/libdataquay.a \ - vamp-plugin-load-checker/release/libchecker.a + checker/release/libchecker.a } !win* { PRE_TARGETDEPS += svapp/libsvapp.a \ svgui/libsvgui.a \ svcore/libsvcore.a \ dataquay/libdataquay.a \ - vamp-plugin-load-checker/libchecker.a + checker/libchecker.a } RESOURCES += sonic-visualiser.qrc