diff --git a/src/app/app.pro b/src/app/app.pro index 5ac95217c..a45d1f192 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -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