Hi all.
I'm creating a solution by using Cmake. here I've 2 directory, one is (source directory), where i ve sored my files and another is (Target Dir) where solution is getting created. if I'm trying to get the file path by using
QDir::currentPath(); its giving the targetdirectory path.(e.g D:/TargetDir/mymodule/src). But i need the source file path (e.g D:/sourceDir/mymodule/src).
But I didn't find any thing in net or assistant.
Any help ll be appriciated.

Thank You.