13 lines
193 B
Prolog
13 lines
193 B
Prolog
|
load(qttest_p4)
|
||
|
contains(QT_CONFIG,dbus): {
|
||
|
TEMPLATE = subdirs
|
||
|
CONFIG += ordered
|
||
|
SUBDIRS = qpong test
|
||
|
|
||
|
requires(contains(QT_CONFIG,private_tests))
|
||
|
} else {
|
||
|
SOURCES += dummy.cpp
|
||
|
}
|
||
|
|
||
|
|