kdesupport/kdewin32/installer/gui
Stephan Kulow
coolo at kde.org
Thu Jan 11 10:40:56 CET 2007
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})
Greetings, Stephan
More information about the Kde-buildsystem
mailing list