kdesupport/kdewin32/installer/gui
Ralf Habacker
ralf.habacker at freenet.de
Thu Jan 11 11:45:23 CET 2007
Stephan Kulow schrieb:
> 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?
>
yes, cmake help says so. :-)
> Could this flag be added for all KDE apps automatically in some way?
>
there are related options for the KDE4_ADD_EXECUTABLE macro, see
kdelibs/cmake/Modules/KDE4Macros.cmake May be that helps
> -add_executable(kdewin-installer-gui ${all_sources})
> +add_executable(kdewin-installer-gui WIN32 ${all_sources})
>
>
Ralf
More information about the Kde-buildsystem
mailing list