Re: [CMake] QT3 and embedding images

2007-08-24 Thread Tim Schooley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, I've managed to get it working, with the help of post http://www.cmake.org/pipermail/cmake/2005-July/007009.html Here's the macro: - # # QT3 Macro for embedding image files into source # # EMBED_TARGET = binary to link to, i.e. sbvd_

Re: [CMake] QT3 and embedding images

2007-08-24 Thread Alexander Neundorf
On Friday 24 August 2007 07:41, Tim Schooley wrote: > Hi folks, > > I've recently ported my project to CMake from standard Makefiles, but > missed a vital point (only just noticed by running the damn thing!). > > I've looked around, but can't find the answer: How to I embed images > into QT3 apps w

[CMake] QT3 and embedding images

2007-08-24 Thread Tim Schooley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I've recently ported my project to CMake from standard Makefiles, but missed a vital point (only just noticed by running the damn thing!). I've looked around, but can't find the answer: How to I embed images into QT3 apps with CMake ? The M