4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 10:49:32 +00:00

Compile under MacOsX

svn path=/trunk/kdesupport/qca/; revision=605687
This commit is contained in:
Laurent Montel 2006-11-17 19:35:45 +00:00
parent d5e3157629
commit 4716bef168

@ -122,9 +122,12 @@ if(WIN32)
TARGET_LINK_LIBRARIES(qca crypt32)
endif(WIN32)
if(APPLE)
set(CARBON_LIBRARY_SECURITY "-framework Security")
TARGET_LINK_LIBRARIES(qca ${CARBON_LIBRARY} ${CARBON_LIBRARY_SECURITY})
endif(APPLE)
INSTALL(TARGETS qca DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
# FIXME mac
# LIBS += -framework Carbon -framework Security