Add JSON RFC to the See Also section
[sloppygui.git] / projects / lib / lib.pri
bloba4e1eaa11f3e32ebf1b5ea5a9b89898882393dc8
1 INCLUDEPATH += $$PWD/src
2 LIBS += -lcutechess -L$$PWD
4 win32:!static {
5     DEFINES += LIB_EXPORT="__declspec(dllimport)"
6 } else {
7     DEFINES += LIB_EXPORT=""