[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
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:
-
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
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
___