Re: [CMake] qt3 simple application question

2008-09-01 Thread Clinton Stimpson
[EMAIL PROTECTED] wrote: hi, there I need to write an application in qt3 and here is my very beginning: just display a mainwindow and nothing else (the mainwindow is produced by qt designer windowbase.ui ) I have my own reason to do it in qt3 not in qt4 (for thumbnail view). During compiling, I

[CMake] qt3 simple application question

2008-09-01 Thread kdsfinger
hi, there I need to write an application in qt3 and here is my very beginning: just display a mainwindow and nothing else (the mainwindow is produced by qt designer windowbase.ui ) I have my own reason to do it in qt3 not in qt4 (for thumbnail view). During compiling, I get: -

[CMake] cleaning extra files with XCode

2008-09-01 Thread Antoine PREVOT
Hi, Still toying with cmake and swig, I now have troubles getting a consistent "clean" process. Does anyone tried the ADDITIONAL_MAKE_CLEAN_FILES property with XCode ? Environnement : - Mac OSX Tiger up to date. - CMake 2.6-1 - SWIG 1.3.36 - XCode 2.4.1 I cannot find anything about this on t

[CMake] library export .lib .map

2008-09-01 Thread Ingrid Kemgoum
hi, i'm trying to export only some functions of a library with cmake i know with windows we use *__declspec(dllimport)* and * __declspec(dllexport)* to generate the appropriate .lib of the dll is there a manner of generating the .map ? thanks a lot ___