On 23 July 2014 17:15, Jörg Knobloch <[email protected]> wrote: > I am trying to build Kexi on Windows. I am following the (sadly very > outdated) instructions at > https://community.kde.org/Calligra/Building_Calligra_on_Windows > which I am updating at the same time.
Hi Jörg, Disclaimer: not tested by me, just hints. First, do you use emerge for KDE4? Branch like kde-4.13? --> git checkout kde-4.13 check it using 'git branch' when you're in emerge directory. The chapter mentions kde-4.8 but it's terribly old version: https://techbase.kde.org/Getting_Started/Build/KDE4/Windows#Configure_the_emerge_tool Secondly, just found this hint: attica might tried to use Qt5 while you'd like to force using Qt4. http://www.linuxfromscratch.org/pipermail/blfs-support/2014-January/074382.html So -DQT4_BUILD=ON may be needed. In emerge's (kde-4.13 branch), file portage/kdesupport/attica/attica-0.2.0-20101204.py contains line with self.subinfo.options.configure.defines perhaps -DQT4_BUILD=ON can be added there? -- regards / pozdrawiam, Jaroslaw Staniek Kexi & Calligra & KDE | http://calligra.org/kexi | http://kde.org Qt for Tizen | http://qt-project.org/wiki/Tizen Qt Certified Specialist | http://www.linkedin.com/in/jstaniek _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
