How to build a 3rd party kde-app on windows?

Carlo brandon.ml at gmail.com
Fri Apr 3 12:41:15 CEST 2009


2009/4/3 Mehrdad Momeny <mehrdad.momeny at gmail.com>:
> Hi guys,
> I want to build my KDE app for windows!
> Already installed kdelibs(+dev), kdebase-apps and kdebase-runtime, ... via
> KDE win installer.
> My app is just depend on KDELibs, I think. (It's Choqok, A Microblog client.
> src is at extragear/network)
>
> I check the tutorials, but can't find how should i do this!?
>
> Running Cmake on src dir says that can't find Compilers and I don't think
> how could i set for it. :(
>
> And about Emerge tool:
> I already installed those libs, how could i tell it to use them, instead of
> build all from src? and how someone can build a third party kde app with it?
>
> Any help appreciated :)
> Mehrdad
> _______________________________________________
> Kde-windows mailing list
> Kde-windows at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows
>
>

if you installed msvc packages you need to install msvc and the
platform sdk while if you installed mingw packages you need mingw
then you need to setup the path properly, for msvc there is a script
setenv.bat somewhere, then choose the right generator for cmake mingw
makefiles for mingw and nmake makefiles for msvc


More information about the Kde-windows mailing list