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.
33 lines
817 B
33 lines
817 B
kde4_header() |
|
|
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ) |
|
|
|
|
|
########### next target ############### |
|
|
|
|
|
########### install files ############### |
|
|
|
|
|
kde4_footer() |
|
|
|
|
|
|
|
#original Makefile.am contents follow: |
|
|
|
#INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/kpdf $(all_includes) |
|
# |
|
#METASOURCES = AUTO |
|
# |
|
#libkpdfui_la_SOURCES = pagepainter.cpp pageview.cpp pageviewutils.cpp \ |
|
# minibar.cpp thumbnaillist.cpp searchwidget.cpp \ |
|
# toc.cpp propertiesdialog.cpp presentationwidget.cpp |
|
# |
|
#noinst_LTLIBRARIES = libkpdfui.la |
|
# |
|
#pageview.lo: ../conf/settings.h |
|
#pageviewutils.lo: ../conf/settings.h |
|
#presentationwidget.lo: ../conf/settings.h |
|
#searchwidget.lo: ../conf/settings.h |
|
#thumbnaillist.lo: ../conf/settings.h |
|
#
|
|
|