From 6319779bedcc590af165e2ed7d3f1ab74d4b2329 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Fri, 1 Apr 2011 05:47:28 -0500 Subject: Add module.prf, and install MODULE_PRI for each module Output warning if not present --- src/dbus/dbus.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/dbus') diff --git a/src/dbus/dbus.pro b/src/dbus/dbus.pro index 08c9ea1fb2..4f2aa7e9b5 100644 --- a/src/dbus/dbus.pro +++ b/src/dbus/dbus.pro @@ -2,7 +2,10 @@ TARGET = QtDBus QPRO_PWD = $$PWD QT = core \ xml -CONFIG += link_pkgconfig + +CONFIG += link_pkgconfig module +MODULE_PRI = ../modules/qt_dbus.pri + DEFINES += QT_BUILD_DBUS_LIB \ DBUS_API_SUBJECT_TO_CHANGE QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS -- cgit v1.2.3