Axel Roebel wrote:
>
> Hi Andreas,
Hi Axel,
>
> obviously you've found a simpler method to achieve the same goal
> and your tests are more complete. It seems to me, however, that it has the
> same weaknesses as my current version
>
> - libperl.so is not found (at least not on Fedora and redhat
On Monday 18 December 2006 13:43, Andreas Schneider wrote:
> Axel Roebel wrote:
> > Hi,
>
> Hello,
>
> > I just started to add swig support to our project
> > http://sourceforge.net/projects/sdif. The project supports
> > swig bindings to perl, python and java.
> >
> > I instantly tried the availab
Hi,
So I figured out that CMake puts LINK_FLAGS_DEBUG (and
LINK_FLAGS_) in the C/C++ tab in MSVC6 and not in the Link tab.
I'm assuming that this is not the intended behavior...Is this a known
issue, or should I file a bug for it?
Happy Holidays!
- David
_
From: [EMAIL
Did you add the header as a dependency of your program build ? As far as I
can see, you did not, so add ${trinity_ui_lib} for the generation of your
UI.
Qt3 or 4 ?
2006/12/21, Tim Cramer <[EMAIL PROTECTED]>:
"Matthieu Brucher" <[EMAIL PROTECTED]> wrote:
> Message: 3
> Date: Tue, 19 Dec 2006 17
"Matthieu Brucher" <[EMAIL PROTECTED]> wrote:
Message: 3
Date: Tue, 19 Dec 2006 17:56:45 +0100
From: "Matthieu Brucher" <[EMAIL PROTECTED]>
Subject: Re: [CMake] QT_WRAP_UI does not generate .h and .cxx files
To: cmake
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="is
On Wednesday 20 December 2006 23:38, Mike Jackson wrote:
So in Project B's CMakeLists.txt file I have:
SUBDIRS(${PROJECT_SOURCE_DIR}/Project_A)
ADD_EXECUTABLE( MyProgram ${SOURCES})
TARGET_LINK_LIBRARIES( MyProgram ${A_LIB_OUTPUT_NAME})
As far as I understand it variables