Skip to content

Instantly share code, notes, and snippets.

@chchwy
Last active December 19, 2015 00:29
Show Gist options
  • Save chchwy/5869503 to your computer and use it in GitHub Desktop.
Save chchwy/5869503 to your computer and use it in GitHub Desktop.
Qmake使用筆記

設定Lib

LIBS += -Lfolderpath -lmylib

  • 大寫L是指lib的搜尋路徑 小寫l是指實際需要參考的lib檔名
  • 在Windows下lib檔通常取名為mylib.lib
  • 在OS X則是取名為libmylib.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment