this can help


win32 {
INCLUDEPATH += ./windows
...
}

unix {
INCLUDEPATH += ./linux
...
}

macx {
INCLUDEPATH += ./macosx
...
}