Login  Register

Re: boost

Posted by ravas on Feb 04, 2016; 12:25am
URL: https://forum.librecad.org/boost-tp5712887p5712898.html

I found in common.pri

# include user-defined things in every qmake project
exists( custom.pro ):include( custom.pro )
exists( custom.pri ):include( custom.pri )
Is this sufficient or do we need the same in boost.pri?

The contents of the given file are included in the project file at the place where the include function is used.
http://doc.qt.io/qt-4.8/qmake-project-files.html#built-in-functions-and-control-flow