INCLUDEPATH += $$IN_PWD DEPENDPATH += $$OUT_PWD/../QtOAuth win32:CONFIG(release, debug|release): { DESTDIR = $$OUT_PWD/../../release LIBS += $$OUT_PWD/../../release/QtOAuth.lib } else:win32:CONFIG(debug, debug|release): { DESTDIR = $$OUT_PWD/../../debug LIBS += $$OUT_PWD/../../debug/QtOAuth.lib } else:unix: { LIBS += -L$$OUT_PWD/../../QtOAuth/ -lQtOAuth }