Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. unix{
  2. LIBS += ../lib_dir/myLib.a
  3.  
  4. //other includes not related to this
  5. }
  6.  
  7. unix {
  8. LIBS += -L../lib_dir -lmyLib
  9. }
  10.  
  11. unix {
  12. LIBS += "-L../lib dir" -lmyLib
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement