qt5base-lts/tests/auto/qdbusmarshall/qdbusmarshall.pro

15 lines
221 B
Prolog
Raw Normal View History

load(qttest_p4)
contains(QT_CONFIG,dbus): {
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = qpong test
QT += core-private
requires(contains(QT_CONFIG,private_tests))
} else {
SOURCES += dummy.cpp
}