UI - files not processed with vcproj generator?
Alexander Neundorf
neundorf at kde.org
Sun Apr 23 23:00:11 CEST 2006
On Sunday 23 April 2006 21:19, William A. Hoffman wrote:
> At 11:46 AM 4/23/2006, Christian Ehrlicher wrote:
> >Albert Astals Cid schrieb:
> >> A Diumenge 23 Abril 2006 17:24, Christian Ehrlicher va escriure:
> >>> Hi,
> >>>
> >>> When trying to compile kdeui with mscv/vcproj ui_kspellui.h and the
> >>> other ui_foo.h are not generated.
> >>
> >> Need to run qmake?
> >
> >What should I do with qmake? It's a cmake-project ... :)
>
> Please see my posts about PATH and the IDE. Currently the vcproj
> builds do not work in kdelibs. There are two reasons:
>
> 1. perl must be in the PATH
> 2. qt libraries need to be in the PATH.
>
> The visual studio IDE has its own environment. It does not use
> the environment of the shell that launched it or the environment for
> the system. So, the fix is to create .bat files that run all
> the tools during the build process of kdelibs. To handle no rpath,
> kdelibs already uses a sh script to do something like this on unix.
> So, someone needs to create the .bat files that forward stuff.
(my dos times are long ago)
How would such a batch file look like ?
PATH=somepath:$PATH
kconfig_compiler.exe <all arguments given to the batch file>
Can somebody please give a hint ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list