summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/Makefile.am
blob: 6071963801cc24ea206f6ec519bb1dbe03533e60 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#	This file is part of the KDE libraries
#    Copyright (C) 1996-1997 Matthias Kalle Dalheimer (kalle@kde.org)
#              (C) 1997-1998 Stephan Kulow (coolo@kde.org)

#    This library is free software; you can redistribute it and/or
#    modify it under the terms of the GNU Library General Public
#    License as published by the Free Software Foundation; either
#    version 2 of the License, or (at your option) any later version.

#    This library is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#    Library General Public License for more details.

#    You should have received a copy of the GNU Library General Public License
#    along with this library; see the file COPYING.LIB.  If not, write to
#    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
#    Boston, MA 02110-1301, USA.

INCLUDES = -I$(top_srcdir)/kdefx -I$(top_srcdir)/kdecore -I$(top_srcdir)/kdeui \
	  $(all_includes)

AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)

check_PROGRAMS = kaboutdialogtest kblendtest kbuttonboxtest kcharselecttest \
	kcolortest kcolordlgtest kcomboboxtest kcompletiontest \
	kdatepicktest kdatewidgettest kdialogbasetest \
	kdockwidgetdemo kdockwidgettest \
	kdualcolortest keditlistboxtest kfontdialogtest \
	kgradienttest khashtest kdesattest\
	kledtest klineedittest klineeditdlgtest \
	kmessageboxtest knuminputtest \
	kpalettetest \
	kpopuptest kprogresstest krulertest kseparatortest \
	kstatusbartest ktabctltest \
	kunbalancedgrdtest kwindowtest kwizardtest \
	itemcontainertest kpanelmenutest kedittest \
	kxmlguitest kaccelgentest ksystemtraytest klistviewtest \
	ktextedittest kmainwindowtest kmainwindowrestoretest \
	kactiontest kdatetimewidgettest ktimewidgettest \
	kspelltest kinputdialogtest ktabwidgettest kwordwraptest \
	kdocktest qxembedtest ksqueezedtextlabeltest \
	kpixmapregionselectordialogtest kjanuswidgettest ktoolbarlabelactiontest

METASOURCES = AUTO

LDADD = ../libtdeui.la

kaboutdialogtest_SOURCES = kaboutdialogtest.cpp
kblendtest_SOURCES = kblendtest.cpp
kdesattest_SOURCES = kdesattest.cpp
kbuttonboxtest_SOURCES = kbuttonboxtest.cpp
kcharselecttest_SOURCES = kcharselecttest.cpp
kcolordlgtest_SOURCES = kcolordlgtest.cpp
kcolortest_SOURCES = kcolortest.cpp
kcomboboxtest_SOURCES = kcomboboxtest.cpp
kcompletiontest_SOURCES = kcompletiontest.cpp
kdatepicktest_SOURCES = kdatepicktest.cpp
kdatetimewidgettest_SOURCES = kdatetimewidgettest.cpp
kdatewidgettest_SOURCES = kdatewidgettest.cpp
kdialogbasetest_SOURCES = kdialogbasetest.cpp
kdualcolortest_SOURCES = kdualcolortest.cpp
kedittest_SOURCES = kedittest.cpp
keditlistboxtest_SOURCES = keditlistboxtest.cpp
kfontdialogtest_SOURCES = kfontdialogtest.cpp
kgradienttest_SOURCES = kgradienttest.cpp
khashtest_SOURCES = khashtest.cpp
kledtest_SOURCES = kledtest.cpp
klineedittest_SOURCES = klineedittest.cpp
klineeditdlgtest_SOURCES = klineeditdlgtest.cpp
kmessageboxtest_SOURCES = kmessageboxtest.cpp
knuminputtest_SOURCES = knuminputtest.cpp
kpalettetest_SOURCES = kpalettetest.cpp
kpopuptest_SOURCES = kpopuptest.cpp
kprogresstest_SOURCES = kprogresstest.cpp
krulertest_SOURCES = krulertest.cpp
kseparatortest_SOURCES = kseparatortest.cpp
kstatusbartest_SOURCES = kstatusbartest.cpp
ktabctltest_SOURCES = ktabctltest.cpp
ktimewidgettest_SOURCES = ktimewidgettest.cpp
kunbalancedgrdtest_SOURCES = kunbalancedgrdtest.cpp
kwindowtest_SOURCES = kwindowtest.cpp
kwizardtest_SOURCES = kwizardtest.cpp
itemcontainertest_SOURCES = itemcontainertest.cpp
kpanelmenutest_SOURCES = kpanelmenutest.cpp
kdockwidgetdemo_SOURCES = kdockwidgetdemo.cpp
kdockwidgettest_SOURCES = kdockwidgettest.cpp
kxmlguitest_SOURCES = kxmlguitest.cpp
kaccelgentest_SOURCES = kaccelgentest.cpp
ksystemtraytest_SOURCES = ksystemtraytest.cpp
klistviewtest_SOURCES = klistviewtest.cpp
ktextedittest_SOURCES = ktextedittest.cpp
kmainwindowtest_SOURCES = kmainwindowtest.cpp
kmainwindowrestoretest_SOURCES = kmainwindowrestoretest.cpp
kactiontest_SOURCES = kactiontest.cpp
kspelltest_SOURCES = kspelltest.cpp
kinputdialogtest_SOURCES = kinputdialogtest.cpp
ktabwidgettest_SOURCES = ktabwidgettest.cpp
kwordwraptest_SOURCES = kwordwraptest.cpp
kdocktest_SOURCES=kdocktest.cpp
qxembedtest_SOURCES=qxembedtest.cpp
ksqueezedtextlabeltest_SOURCES = ksqueezedtextlabeltest.cpp
kjanuswidgettest_SOURCES = kjanuswidgettest.cpp
kpixmapregionselectordialogtest_SOURCES = kpixmapregionselectordialogtest.cpp
ktoolbarlabelactiontest_SOURCES = ktoolbarlabelactiontest.cpp