Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../build-MathFunctions-Desktop-Debug/release/ -lMathFunctions
  2. else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../build-MathFunctions-Desktop-Debug/debug/ -lMathFunctions
  3. else:unix: LIBS += -L$$PWD/../build-MathFunctions-Desktop-Debug/ -lMathFunctions
  4.  
  5. INCLUDEPATH += $$PWD/../build-MathFunctions-Desktop-Debug
  6. DEPENDPATH += $$PWD/../build-MathFunctions-Desktop-Debug
  7.  
  8. win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../build-MathFunctions-Desktop-Debug/release/libMathFunctions.a
  9. else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../build-MathFunctions-Desktop-Debug/debug/libMathFunctions.a
  10. else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../build-MathFunctions-Desktop-Debug/release/MathFunctions.lib
  11. else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../build-MathFunctions-Desktop-Debug/debug/MathFunctions.lib
  12. else:unix: PRE_TARGETDEPS += $$PWD/../build-MathFunctions-Desktop-Debug/libMathFunctions.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement