[CMake] My dammed problem with OSX and Qt
Mike Jackson
imikejackson at gmail.com
Wed Jan 16 14:11:09 EST 2008
On Jan 16, 2008, at 2:05 PM, Leopold Palomo-Avellaneda wrote:
>>>
>>> I have it .....
>>>
>>> target_link_libraries(${plugin} bulmalib ${QT_LIBRARIES} $
>>> {PGSQL_LIBRARIES})
>>
>> I think you either need more libraries in the above statement or
>> you are not compiling enough source files into the bulmalib library.
>> For instance where is aplinteligentesview defined? Is is a part of
>> the bulmalib library?
>
> I'm compiling a plugin for the bulmacont app. Bulmacont is linked
> against
> bulmalib.
>
> aplinteligentesview is defined in bulmacont src and it's not a part of
> bulmalib.
>
>
I think that is your problem. If you plugin is ONLY linking against
bulmalib BUT aplinteligentesview is defined in bulmacont executable,
then the linking for the plugin will NOT be possible because the
plugin is looking for aplinteligentesview in the bulmalib but it is
really located in bulmacont executable. Make sense?
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
More information about the CMake
mailing list