[Kde-windows] [PATCH] get some qt settings from config files

Ralf Habacker ralf.habacker at freenet.de
Tue Nov 22 08:21:44 CET 2005


Am Sonntag, 20. November 2005 17:10 schrieb Christian Ehrlicher:


> -       env['CXXFLAGS_QT']         = '-DQT_EDITION=QT_EDITION_DESKTOP
> -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_THREAD_SUPPORT -DQT_DLL'.split() -   
>    if not env['ARGS'].get('debug', None):
> -               env['CXXFLAGS_QT']       += ['-DQT_NO_DEBUG']

on mingw .qmake.conf contains the line 
DEFINES *= QT_EDITION=QT_EDITION_DESKTOP

which adds -DQT_EDITION=.. to all Makefiles. Does this patch consider this ? 
Ralf



More information about the Kde-windows mailing list