Boost in Qt: Installation and Symbol(s) not found for architectures x86_64

后端 未结 1 638
-上瘾入骨i
-上瘾入骨i 2021-01-26 13:09

I am back to Qt and C++ programming after a year break. I am trying to install boost library into Qt on Mac (10.9.4) and I am completely confused. This is what I did:

I

相关标签:
1条回答
  • 2021-01-26 13:44

    You need to link with boost too!

    LIBS += -L/usr/local/Cellar/boost/1.55.0_2/lib -lboost
    
    0 讨论(0)
提交回复
热议问题