Changed library name in inclusion to match real library name (libqmuparser2.a / dll)

--HG--
branch : develop
This commit is contained in:
Patrick Proy 2014-05-06 16:05:51 +02:00
parent 5db630d210
commit 665a65a8f5

View file

@ -232,8 +232,8 @@ for(DIR, INSTALL_INDIVIDUAL_MEASHUREMENTS) {
copyToDestdir($$ind_path, $$shell_path($$OUT_PWD/$$DESTDIR/tables/individual))
win32:CONFIG(release, debug|release): LIBS += -L../libs/qmuparser/bin -lqmuparser
else:win32:CONFIG(debug, debug|release): LIBS += -L../libs/qmuparser/bin -lqmuparser
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 -lqmuparser
INCLUDEPATH += ../libs/qmuparser