Re: DLL version info on WIndows

2014-11-03 Thread Ingo Klöcker
On Monday 03 November 2014 16:41:08 Nicolás Alvarez wrote: Windows has a way for executables and shared libraries (DLLs) to contain version information in a machine-readable format. This information can be seen in Explorer in the file properties (http://goo.gl/UbJGte) and also in the tooltip

Re: The CMake situation in frameworks

2011-11-28 Thread Ingo Klöcker
On Saturday 26 November 2011, Stephen Kelly wrote: target_link_libraries(foo LINK_PUBLIC ${QT_QTCORE_LIBRARIES} LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} ) Only this or target_link_libraries(foo LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} LINK_PUBLIC

Re: Why do phonon and kdelibs use their own FindQt4.cmake ?

2011-10-10 Thread Ingo Klöcker
On Sunday 09 October 2011, Alexander Neundorf wrote: On Sunday 09 October 2011, Romain Perier wrote: Hi, I don't understand something, why do phonon and kdelibs use their own FindQt4.cmake instead of the one provided by cmake ? There is probably a good reason, but I don't understand

Re: Flex, Bison, and CMake compatibility

2011-08-10 Thread Ingo Klöcker
On Wednesday 10 August 2011, Oswald Buddenhagen wrote: On Tue, Aug 09, 2011 at 12:23:52PM +0200, Patrick Spendrin wrote: Am 24.06.2011 22:10, schrieb Nicolas Alvarez: I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the

Re: Problem...

2011-04-21 Thread Ingo Klöcker
On Monday 18 April 2011, Danny M.M.W wrote: I try to find how to configure my Microsoft Visual C++ 2010 Express edition with KDE or even I try to find where all the header files are on what I just installed. I am not a C++ professional but I know enough, and I seem to not be able to find any

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Ingo Klöcker
On Thursday 08 July 2010, Maciej Mrozowski wrote: On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases are interchangeable or not so that we can just specify minimal

Re: Request to bump Qt version requirements to 4.6.3 for KDE SC 4.5 (and above)

2010-07-08 Thread Ingo Klöcker
On Thursday 08 July 2010, Ingo Klöcker wrote: On Thursday 08 July 2010, Maciej Mrozowski wrote: On Thursday 08 of July 2010 19:28:01 Thiago Macieira wrote: On Thursday 8. July 2010 18.42.36 Maciej Mrozowski wrote: The question is: who cares whether Qt minor releases

cmake of kdelibs fails because of shared-desktop-ontologies 0.5

2010-07-05 Thread Ingo Klöcker
Hi, for openSUSE 11.2 there are packages for shared-desktop-ontologies 0.5, but not for 0.4. Unfortunately, kdelibs 4.5 appears to require sdo 0.4: -- Found SharedDesktopOntologies: /usr/share/ontology (found version 0.5.0, required is 0.4) Is this intentional or is this an oversight?

cmake kdelibs bails out if dbusmenu-qt is missing

2010-07-05 Thread Ingo Klöcker
Hi, I'm using CMake 2.6.4. When I tried to cmake kdelibs 4.5 it bailed out with the following error instead of properly reporting the missing package: CMake Error at cmake/modules/FindPackageHandleStandardArgs.cmake:139 (MESSAGE): Could not find dbusmenu-qt; available at

Re: cmake of kdelibs fails because of shared-desktop-ontologies 0.5

2010-07-05 Thread Ingo Klöcker
On Monday 05 July 2010, Andreas Pakulat wrote: On 05.07.10 10:35:12, Ingo Klöcker wrote: Hi, for openSUSE 11.2 there are packages for shared-desktop-ontologies 0.5, but not for 0.4. Unfortunately, kdelibs 4.5 appears to require sdo 0.4: -- Found SharedDesktopOntologies: /usr/share

Re: cmake kdelibs bails out if dbusmenu-qt is missing

2010-07-05 Thread Ingo Klöcker
On Monday 05 July 2010, Andreas Pakulat wrote: On 05.07.10 10:56:16, Ingo Klöcker wrote: Hi, I'm using CMake 2.6.4. When I tried to cmake kdelibs 4.5 it bailed out with the following error instead of properly reporting the missing package: CMake Error at cmake/modules

Re: cmake kdelibs bails out if dbusmenu-qt is missing

2010-07-05 Thread Ingo Klöcker
On Monday 05 July 2010, Andreas Pakulat wrote: On 05.07.10 14:03:45, Ingo Klöcker wrote: On Monday 05 July 2010, Andreas Pakulat wrote: On 05.07.10 10:56:16, Ingo Klöcker wrote: Hi, I'm using CMake 2.6.4. When I tried to cmake kdelibs 4.5 it bailed out with the following

Re: kdewebkit u+p

2010-04-18 Thread Ingo Klöcker
On Sunday 18 April 2010, lux-integ wrote: Dear All, I am trying to compile kde-4.4.2 on a modern 64-bit-only Linux machine. I have reached kdenetwork. cmake spews this at its tail:- - -- The following

Re: Allow a KDE-using project to define its own Qt requirement

2009-09-13 Thread Ingo Klöcker
On Sunday 13 September 2009, Andreas Pakulat wrote: Hi, attached patch only sets the QT_MIN_VERSION if its not been set already. The reason for this is that it may be useful for a project to require a specific Qt bugfix version (for example if a bug makes an app unusable). In particular I'd

Re: Modular building of kde modules

2009-03-18 Thread Ingo Klöcker
On Wednesday 18 March 2009, Parker Coates wrote: On Tue, Mar 17, 2009 at 20:03, Matthew Woehlke wrote: Parker Coates wrote: I've often wished CMake had a construct equivalent to Python's if __name__ == '__main__' : that would let you run certain code only if the current file was being run

Re: [Kde-pim] knode doesn't link on os x.

2009-02-01 Thread Ingo Klöcker
On Saturday 31 January 2009, Orville Bennett wrote: A similar problems exists for kleopatra, libkleopatraclient, knode and kmail (i stopped trying after kmail). Would this have something to do with the reduced link interface? Which branch? Linking CXX executable

Re: [Kde-pim] knode doesn't link on os x.

2009-02-01 Thread Ingo Klöcker
On Sunday 01 February 2009, Orville Bennett wrote: On Feb 1, 2009, at 12:00 PM, Ingo Klöcker wrote: On Saturday 31 January 2009, Orville Bennett wrote: A similar problems exists for kleopatra, libkleopatraclient, knode and kmail (i stopped trying after kmail). Would this have something