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.
gtk3-tqt-engine/tdegtk/CMakeLists.txt

70 lines
1.2 KiB

include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CAIRO_INCLUDE_DIRS}
${GTK3_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
${CAIRO_LIBARY_DIRS}
${GTK3_LIBRARY_DIRS}
${PANGO_LIBRARY_DIRS}
)
##### tqtcairo (shared)
tde_add_library( tqtcairo SHARED AUTOMOC
SOURCES
tqtcairopainter.cpp
LINK
tdeui-shared
${GLADE_LIBRARIES}
${GTK3_LIBRARIES}
VERSION 0.0.0
DESTINATION ${LIB_INSTALL_DIR}
)
##### tdegtk (shared)
tde_add_library( tdegtk SHARED AUTOMOC
SOURCES
exponential-blur.c
gtkroundedbox.c
tdegtk-cairo-support.c
tdegtk-draw.cpp
tdegtk-engine.c
tdegtk-support.c
tdegtk-hooks.cpp
tdegtk-signals.cpp
tdegtk-widgetlookup.cpp
tdegtk-utils.cpp
tdegtk-tabwidgetdata.cpp
tdegtk-animations.cpp
tdegtk-baseengine.cpp
tdegtk-theme.cpp
LINK
tdecore-shared
tdeui-shared
tqtcairo-shared
${GLADE_LIBRARIES}
${GTK3_LIBRARIES}
VERSION 0.0.0
DESTINATION ${GTK3_LIBDIR}/gtk-3.0/${GTK3_BIN_VERSION}/theming-engines
)