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.
106 lines
4.5 KiB
106 lines
4.5 KiB
# 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)/tdefx -I$(top_srcdir)/tdecore -I$(top_srcdir)/tdeui \
|
|
$(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 tdefontdialogtest \
|
|
kgradienttest khashtest kdesattest\
|
|
kledtest klineedittest klineeditdlgtest \
|
|
kmessageboxtest knuminputtest \
|
|
kpalettetest \
|
|
tdepopuptest kprogresstest krulertest kseparatortest \
|
|
kstatusbartest ktabctltest \
|
|
kunbalancedgrdtest twindowtest kwizardtest \
|
|
itemcontainertest kpanelmenutest kedittest \
|
|
kxmlguitest tdeaccelgentest ksystemtraytest tdelistviewtest \
|
|
ktextedittest tdemainwindowtest tdemainwindowrestoretest \
|
|
tdeactiontest kdatetimewidgettest ktimewidgettest \
|
|
tdespelltest kinputdialogtest ktabwidgettest kwordwraptest \
|
|
kdocktest qxembedtest ksqueezedtextlabeltest \
|
|
kpixmapregionselectordialogtest kjanuswidgettest tdetoolbarlabelactiontest
|
|
|
|
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
|
|
tdefontdialogtest_SOURCES = tdefontdialogtest.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
|
|
tdepopuptest_SOURCES = tdepopuptest.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
|
|
twindowtest_SOURCES = twindowtest.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
|
|
tdeaccelgentest_SOURCES = tdeaccelgentest.cpp
|
|
ksystemtraytest_SOURCES = ksystemtraytest.cpp
|
|
tdelistviewtest_SOURCES = tdelistviewtest.cpp
|
|
ktextedittest_SOURCES = ktextedittest.cpp
|
|
tdemainwindowtest_SOURCES = tdemainwindowtest.cpp
|
|
tdemainwindowrestoretest_SOURCES = tdemainwindowrestoretest.cpp
|
|
tdeactiontest_SOURCES = tdeactiontest.cpp
|
|
tdespelltest_SOURCES = tdespelltest.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
|
|
tdetoolbarlabelactiontest_SOURCES = tdetoolbarlabelactiontest.cpp
|