Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
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
|
|
}
|
|
|
|
|