summaryrefslogtreecommitdiffstats
path: root/src/gvcore/Makefile.am
blob: e336c3aea9f099dd1c447d4fb9e52e64e289fe4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes) -D_LARGEFILE64_SOURCE

lib_LTLIBRARIES = libgwenviewcore.la

libgwenviewcore_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined

libgwenviewcore_la_LIBADD   = \
	$(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPRINT) $(LIB_QT) \
	$(LIBJPEG) $(LIBPNG) $(LIBMNG) $(GV_LIB_XCURSOR) $(LIB_EXIV2) $(LIB_TDEPARTS) -ltdefx \
	-ltdemediaplayer ../imageutils/libgvimageutils.la \
	../tsthread/libtsthread.la

libgwenviewcore_la_METASOURCES = AUTO

noinst_HEADERS = libgwenview_export.h

# Be sure to keep pngformattype.cpp first, to avoid troubles with --enable-final
# See bug #134919
libgwenviewcore_la_SOURCES = \
	pngformattype.cpp \
	printdialog.cpp \
	printdialogpagebase.ui \
	thumbnailloadjob.cpp \
	imageview.cpp \
	imageviewcontroller.cpp \
	document.cpp \
	externaltoolmanager.cpp \
	externaltoolcontext.cpp \
	externaltoolaction.cpp \
	externaltooldialogbase.ui \
	externaltooldialog.cpp \
	fileviewcontroller.cpp \
	filethumbnailview.cpp \
	fileoperation.cpp \
	fileopobject.cpp \
	filethumbnailviewitem.cpp \
	filterbar.ui \
	qxcfi.cpp \
	archive.cpp \
	slideshow.cpp \
	filedetailview.cpp \
	filedetailviewitem.cpp \
	imagesavedialog.cpp \
	jpegformattype.cpp \
	mngformattype.cpp \
	xpm.cpp \
	documentimpl.cpp \
	documentloadingimpl.cpp \
	documentloadedimpl.cpp \
	documentjpegloadedimpl.cpp \
	documentanimatedloadedimpl.cpp \
	documentotherloadedimpl.cpp \
	busylevelmanager.cpp \
	cache.cpp \
	threadgate.cpp \
	imageviewtools.cpp \
	fullscreenbar.cpp \
	imageloader.cpp \
	cursortracker.cpp \
	captionformatter.cpp \
	thumbnaildetailsdialogbase.ui \
	thumbnaildetailsdialog.cpp \
	xcursor.cpp \
	mimetypeutils.cpp \
	bcgdialog.cpp \
	bcgdialogbase.ui \
	timeutils.cpp \
	clicklineedit.cpp \
	inputdialog.cpp \
	deletedialog.cpp \
	deletedialogbase.ui \
	miscconfig.kcfgc \
	slideshowconfig.kcfgc \
	fileoperationconfig.kcfgc \
	fullscreenconfig.kcfgc \
	imageviewconfig.kcfgc \
	fileviewconfig.kcfgc

kde_kcfg_DATA = \
	miscconfig.kcfg \
	slideshowconfig.kcfg \
	fileoperationconfig.kcfg \
	fullscreenconfig.kcfg \
	imageviewconfig.kcfg \
	fileviewconfig.kcfg