Changed Unix part too.

--HG--
branch : develop
This commit is contained in:
Patrick Proy 2014-05-06 16:31:34 +02:00
parent be34eaa657
commit 2d36ebe67c

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 -lqmuparser
else:unix: LIBS += -L../libs/qmuparser/bin -lqmuparser2
INCLUDEPATH += ../libs/qmuparser
DEPENDPATH += ../libs/qmuparser