From b7354d91569384ba884bd3e391210019037ada2c Mon Sep 17 00:00:00 2001 From: Harri Porten Date: Sat, 28 Dec 2002 09:10:43 +0000 Subject: very basic check for Qt integration. Another proof that Qt's build system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ? --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dc120d35..a197cf39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,11 @@ if HAVE_GLIB GLIB_PC=dbus-glib-1.0.pc endif -SUBDIRS=dbus $(GLIB_SUBDIR) bus test doc +if HAVE_QT + QT_SUBDIR=qt +endif + +SUBDIRS=dbus $(GLIB_SUBDIR) $(QT_SUBDIR) bus test doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC) -- cgit