Re: Problem to develop Qt5 application in Samba share

2020-01-13 Thread PAULUS, Raimund, TI-ABN
The problem is solved. It was an entry in the Samba configuration file smb.conf in section [global]: unix charset = ISO8859-1 After deleting this entry qmake works correctly. R. Paulus For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The

Re:Re: Problem to develop Qt5 application in Samba share

2020-01-09 Thread PAULUS, Raimund, TI-ABN
To make it clear: After the installation of Cygwin: - QTDIR is not set. Setting QTDIR has no effect concerning the error. - In /usr/bin is the file qmake_qt5. This is a symlink to ../lib/qt5/bin/qmake. I included this directory in PATH, cause I prefer to call qmake directly. If I call qmake-qt5

Re: Problem to develop Qt5 application in Samba share

2020-01-07 Thread René Berber
On 1/7/2020 2:42 AM, PAULUS, Raimund, TI-ABN wrote: For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The shares are available on Windows with "net use ..." command. In Cygwin they are available via /cygdrive. Now I have to write applications using

Problem to develop Qt5 application in Samba share

2020-01-07 Thread PAULUS, Raimund, TI-ABN
For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The shares are available on Windows with "net use ..." command. In Cygwin they are available via /cygdrive. Now I have to write applications using Qt 5. But there is a problem: First i go to the