From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kutils/tests/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kutils/tests/Makefile.am') diff --git a/kutils/tests/Makefile.am b/kutils/tests/Makefile.am index 3bde7a9a2..747b2af2d 100644 --- a/kutils/tests/Makefile.am +++ b/kutils/tests/Makefile.am @@ -1,16 +1,16 @@ INCLUDES = $(all_includes) -check_PROGRAMS = kfindtest kreplacetest +check_PROGRAMS = ktqfindtest ktqreplacetest -TESTS = kfindtest kreplacetest +TESTS = ktqfindtest ktqreplacetest -kfindtest_SOURCES = kfindtest.cpp -kfindtest_LDADD = ../libkutils.la -kfindtest_LDFLAGS = $(all_libraries) +ktqfindtest_SOURCES = ktqfindtest.cpp +ktqfindtest_LDADD = ../libkutils.la +ktqfindtest_LDFLAGS = $(all_libraries) -kreplacetest_SOURCES = kreplacetest.cpp -kreplacetest_LDADD = ../libkutils.la -kreplacetest_LDFLAGS = $(all_libraries) +ktqreplacetest_SOURCES = ktqreplacetest.cpp +ktqreplacetest_LDADD = ../libkutils.la +ktqreplacetest_LDFLAGS = $(all_libraries) METASOURCES = AUTO -- cgit v1.2.1