summaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index e6f7a08b..fd273500 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -1,3 +1,4 @@
+if HAVE_QT
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS)
dbusincludedir=$(includedir)/dbus-1.0/dbus
@@ -23,3 +24,4 @@ libdbus_qt_1_la_LDFLAGS= -version-info 1:0
%.moc: %.h
$(QT_MOC) $< > $@
+endif