summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-24 19:29:20 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-24 19:29:20 +0000
commitfd8ee1c032d688a9d87b9355fe3ef1b01a9f95f5 (patch)
tree9b85a241b084a90c9937d26772a2d638b7f7b848 /examples
parent4a52f3061f0b2b435f055caba1df400158a42c16 (diff)
downloadpango-fd8ee1c032d688a9d87b9355fe3ef1b01a9f95f5.tar.gz
Remove Qt-based example; it was only testing the obsolete pango-x backend,
Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: Remove Qt-based example; it was only testing the obsolete pango-x backend, and was causing more problems for people trying to configure Pango then it was worth. * examples/viewer.c: Remove obsolete test case from CVS.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am30
1 files changed, 1 insertions, 29 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f622570f..f411ed6e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -12,32 +12,7 @@ INCLUDES = \
###################################################
-if BUILD_QT_TEST
-
-QT_INCLUDES=-I$(QTDIR)/include
-QT_LIBS=-L$(QTDIR)/lib -lqt
-MOC=$(QTDIR)/bin/moc
-
-viewer_programs = pango-viewer
-
-BUILT_SOURCES=moc_viewer-qt.cc
-
-moc_viewer-qt.cc: viewer-qt.h
- $(MOC) $< -o $@
-
-endif
-
-pango_viewer_SOURCES = \
- viewer-qt.cc \
- viewer-qt.h
-
-CLEANFILES = moc_viewer-qt.cc pango.modules
-pango_viewer_LDADD = \
- ../pango/libpangox-$(PANGO_API_VERSION).la \
- ../pango/libpango-$(PANGO_API_VERSION).la \
- $(FRIBIDI_LIBS) \
- $(QT_LIBS) \
- moc_viewer-qt.$(OBJEXT)
+CLEANFILES = pango.modules
###################################################
###################################################
@@ -52,7 +27,6 @@ pangoft2topgm_LDADD = \
$(FREETYPE_LIBS)
###################################################
-bin_PROGRAMS = $(viewer_programs)
noinst_PROGRAMS = $(ft2_programs)
if CROSS_COMPILING
@@ -71,8 +45,6 @@ pango.modules:
fi
EXTRA_DIST= \
- viewer-qt.cc \
- viewer-qt.h \
viewer-win32.c \
pangoft2topgm.c \
makefile.msc \