Then you need to ensure that your linker can find the Boost libraries. You do that with appropriate LIBS options in your PRO file; probably a single "-L" option and one or more "-l" options. The exact details will depend on where you have things installed and which Boost libraries are required.