kdesupport/kdewin32/installer/gui

Stephan Kulow coolo at kde.org
Thu Jan 11 11:10:58 CET 2007


Am Donnerstag, 11. Januar 2007 10:44 schrieb Christian Ehrlicher:
> Von: Stephan Kulow <coolo at kde.org>
>
> > Am Donnerstag, 11. Januar 2007 07:29 schrieb Ralf Habacker:
> > > SVN commit 622239 by habacker:
> > >
> > > gui app should be a win32 app not a console app
> >
> > That's the trick to hide the extra console when I start kpat?
> > Could this flag be added for all KDE apps automatically in some way?
> >
> > -add_executable(kdewin-installer-gui ${all_sources})
> > +add_executable(kdewin-installer-gui WIN32 ${all_sources})
>
> Can you determine somehow if it's a console or a gui app?
>
We add NOGUI to kde4_add_executable if it's console

Greetings, Stephan


More information about the Kde-buildsystem mailing list