Disable QT-Win32 Debug Output

Ralf Habacker ralf.habacker at freenet.de
Sun Dec 28 22:51:14 CET 2003


>Hi,
>running a program from within cygwin i.e.
>./program.exe&>/dev/null&
>works fine, but i'm looking for a possibility do disable the debug output
>if running a program from simple dos-command on a computer with cygwin not 
>installed at all
>(just copied the .dll files needed).
>Any help would be greatly appreciated!

In the qt sources you will find lines with 
#define DEBUG_... 

#ifdef DEBUG_... 
	qDebug(...)
#endif 

You should comment out the #define statements and recompile the qt library 

Ralf



More information about the kde-cygwin mailing list