Mercurial > hg > tony
comparison tonyapp.pro @ 509:fcc7e62bfac7 2.0-integration
win32 build/deploy fixes
author | Chris Cannam |
---|---|
date | Mon, 19 Oct 2015 14:16:55 +0100 |
parents | 7665cc683dd1 |
children | 449a0355f864 |
comparison
equal
deleted
inserted
replaced
505:34875d3cd963 | 509:fcc7e62bfac7 |
---|---|
58 linux* { | 58 linux* { |
59 MY_LIBS = -Wl,-Bstatic $$MY_LIBS -Wl,-Bdynamic | 59 MY_LIBS = -Wl,-Bstatic $$MY_LIBS -Wl,-Bdynamic |
60 } | 60 } |
61 | 61 |
62 win* { | 62 win* { |
63 MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Ldataquay/release $$MY_LIBS | 63 MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Ldataquay/release -Lrelease $$MY_LIBS |
64 } | 64 } |
65 | 65 |
66 LIBS = $$MY_LIBS $$LIBS | 66 LIBS = $$MY_LIBS $$LIBS |
67 | 67 |
68 win32-msvc* { | 68 win32-msvc* { |