# 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 = ../libkdeui.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