Changed library name in inclusion to match real library name (libqmuparser2.a / dll)
--HG-- branch : develop
This commit is contained in:
parent
5db630d210
commit
665a65a8f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user