Hi All, I have been struggling to find a way to get the CMake build and the qmake build to coexist without success so far.
The problem is a file that the CMAke build generates in the build tree. It is called 'svnversion.h' and is included by C or C++ files that need to know the current svn revision. But in a qmake build no such file gets generated. I tried checking in a file called svnversion.h making sure that the CMake builds don't pick it up but that, I've just discovered, breaks the CMake build dependencies. So if anyone knows how to get qmake to generate a header file I would be most appreciative. The file doesn't have to contain anything, it just needs to exist somewhere sources compiled by qmake makefiles will include it. I suppose I could check one in in a subdirectory and change the qmake include paths to see it, does anyone have a better idea? 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
