You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
#################################################
|
|
#
|
|
# (C) 2010-2011 Serghei Amelian
|
|
# serghei (DOT) amelian (AT) gmail.com
|
|
#
|
|
# Improvements and feedback are welcome
|
|
#
|
|
# This file is released under GPL >= 2
|
|
#
|
|
#################################################
|
|
|
|
add_subdirectory( liboscar )
|
|
add_subdirectory( aim )
|
|
add_subdirectory( icq )
|
|
add_subdirectory( icons )
|
|
|
|
include_directories(
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/liboscar
|
|
${CMAKE_SOURCE_DIR}/kopete/libkopete
|
|
${TDE_INCLUDE_DIR}
|
|
${TQT_INCLUDE_DIRS}
|
|
)
|
|
|
|
link_directories(
|
|
${TQT_LIBRARY_DIRS}
|
|
)
|
|
|
|
|
|
##### kopete_oscar (shared) #####################
|
|
|
|
tde_add_library( kopete_oscar SHARED AUTOMOC
|
|
SOURCES
|
|
oscaraccount.cpp oscarcontact.cpp oscarmyselfcontact.cpp
|
|
oscarencodingselectionbase.ui oscarencodingselectiondialog.cpp
|
|
oscarlistcontactsbase.ui oscarlistnonservercontacts.cpp
|
|
oscarvisibilitybase.ui oscarvisibilitydialog.cpp
|
|
oscarversionupdater.cpp
|
|
VERSION 2.0.0
|
|
LINK oscar-static kopete-shared
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
)
|