Re: [wsjt-devel] WSJT-X qmake builds.

2014-03-30 Thread Bill Somerville
On 31/03/2014 03:05, Edson W. R. Pereira wrote: Hi Edson, |win32 { system(...) } macx { system(...) } unix { system(...) }| Ok, that works but the dummy file in a subdirectory is looking more attractive by the minute. I think I will do that and add an INCLUDEPATH to it

Re: [wsjt-devel] WSJT-X qmake builds.

2014-03-30 Thread Edson W. R. Pereira
win32 { system(...) } macx { system(...) } unix { system(...) } On Sun, Mar 30, 2014 at 11:01 PM, Bill Somerville wrote: > On 31/03/2014 02:56, Edson W. R. Pereira wrote: > > Bill, > > Hi Edson, > > > Have you tried qmake system() funcion? > > Not sure that directly helps

Re: [wsjt-devel] WSJT-X qmake builds.

2014-03-30 Thread Bill Somerville
On 31/03/2014 02:56, Edson W. R. Pereira wrote: Bill, Hi Edson, Have you tried qmake system() funcion? Not sure that directly helps me as I still have to find a command that will create a file in all platforms and environments. 73, -- Edson 73 Bill G4WJS. On Sun, Mar 30, 2014 at 10:49

Re: [wsjt-devel] WSJT-X qmake builds.

2014-03-30 Thread Edson W. R. Pereira
Bill, Have you tried qmake system() funcion? 73, -- Edson On Sun, Mar 30, 2014 at 10:49 PM, Bill Somerville wrote: > 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

[wsjt-devel] WSJT-X qmake builds.

2014-03-30 Thread Bill Somerville
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 rev