aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtprofilesetup.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-25 15:41:55 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-27 08:01:30 +0000
commit4dee140ea3570f6111751b0b58dfd9167f6c5394 (patch)
tree6c59286a440ed13a432f103d829c3eb164b6587b /src/lib/qtprofilesetup/qtprofilesetup.cpp
parent08fef1d5039b9fb7ae6460ab3acac76f39358b0f (diff)
DBus module: Add support for the qdbusxml2cpp tool.
This brings feature parity with qmake regarding the (undocumented) DBUS_ADAPTORS and DBUS_INTERFACES variables. Change-Id: I6c7a2278308e5eb44b4582f33615100def21d84c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/lib/qtprofilesetup/qtprofilesetup.cpp')
-rw-r--r--src/lib/qtprofilesetup/qtprofilesetup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/qtprofilesetup/qtprofilesetup.cpp b/src/lib/qtprofilesetup/qtprofilesetup.cpp
index 834762999..982fe085f 100644
--- a/src/lib/qtprofilesetup/qtprofilesetup.cpp
+++ b/src/lib/qtprofilesetup/qtprofilesetup.cpp
@@ -213,6 +213,10 @@ static void createModules(Profile &profile, Settings *settings,
&allFiles);
} else if (module.qbsName == QLatin1String("gui")) {
moduleTemplateFileName = QLatin1String("gui.qbs");
+ } else if (module.qbsName == QLatin1String("dbus")) {
+ moduleTemplateFileName = QLatin1String("dbus.qbs");
+ copyTemplateFile(QLatin1String("dbus.js"), qbsQtModuleDir, profile, qtEnvironment,
+ &allFiles);
} else if (module.qbsName == QLatin1String("phonon")) {
moduleTemplateFileName = QLatin1String("phonon.qbs");
} else if (module.isPlugin) {