- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
boost_include_path_list = \
    "/usr/local/include/" \
    "/usr/local/boost_1_57_0/" \
    "C:\\boost_1_59_0\\" \
    "C:\\Program Files (x86)\\boost_1_57_0\\"
for(path, boost_include_path_list) {
    exists($$path) {
        boost_include_path = $$path
    }
}
INCLUDEPATH += $$boost_include_path









 Follow us!
 Follow us!