No, on unix need seek qmuparser instead qmuparser2. I was wrong.

--HG--
branch : develop
This commit is contained in:
dismine 2014-05-06 17:43:47 +03:00
parent 964d0e4c4d
commit d4fc90e4ce

View file

@ -234,7 +234,7 @@ copyToDestdir($$ind_path, $$shell_path($$OUT_PWD/$$DESTDIR/tables/individual))
win32:CONFIG(release, debug|release): LIBS += -L../libs/qmuparser/bin -lqmuparser2
else:win32:CONFIG(debug, debug|release): LIBS += -L../libs/qmuparser/bin -lqmuparser2
else:unix: LIBS += -L../libs/qmuparser/bin -lqmuparser2
else:unix: LIBS += -L../libs/qmuparser/bin -lqmuparser
INCLUDEPATH += ../libs/qmuparser
DEPENDPATH += ../libs/qmuparser