QT Eclipse Integration - Add External Libs

I installed the latest integration eclipse + cdt + mingw + qt + qt-eclipse.

I have 2 problems:

  • When I create "New β†’ Qt Gui Project" it does not add the inclusion of mingw (when I click on the new C ++ project that it adds)
  • I would also like to use boost. How to tell eclipse / qmake to add .lib?

Thanks. Chris

0
source share
1 answer

I found a solution :) If you want to add an external include project or library to the project, you need to modify the xxxx.pro-t file. Details here: http://doc.trolltech.com/4.5/qmake-variable-reference.html#includepath

Good luck Istvan

+1
source

Source: https://habr.com/ru/post/903630/


All Articles