Hi All,

I have more than one include path in qmake,like below

qmake -project "INCLUDEPATH+=../include" "INCLUDEPATH+=../interface"

../include and ../interface are my directory structures,

I tried the above with different orders, its taking only include directory not interface directory.

The same is working in Windows but not in Linux !
If anybody knows how to resolve please reply,