9f87c3663d
D-Bus libraries were recently added to OS X 10.7 making these tests to be executed for first time. Task-number: QTBUG-37469 Change-Id: Ia7a74a45b18d4a645307f7fb7666236c5e009e5f Reviewed-by: Simo Fält <simo.falt@digia.com>
8 lines
205 B
Prolog
8 lines
205 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qdbusmetaobject
|
|
QT = core dbus-private testlib
|
|
SOURCES += tst_qdbusmetaobject.cpp
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
|
|
macx:CONFIG += insignificant_test # QTBUG-37469
|