qt5base-lts/mkspecs/features/dbusinterfaces.prf
Oswald Buddenhagen ff0a759f8d de-duplicate dbusadaptors.prf vs. dbusinterfaces.prf
it's two times the same code, once with "adaptor" (and an -a option) and
once with "interface" (and a -p option).

the de-duplicated code looks a bit nasty, as qmake cannot deal with
braces on the LHS yet.

Change-Id: I199a07947661ab9abe7a736b56c437f3f6dc4fa4
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
2012-08-04 00:52:38 +02:00

5 lines
72 B
Plaintext

dbus_type = interface
qdbusxml2cpp_option = -p
include(dbuscommon.pri)