blob: a3afd990a76dee43b92b6511e4afcfdf755e4196 (
plain)
1
2
3
4
5
6
7
|
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += network declarative
macx:CONFIG -= app_bundle
HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativedebugclient.cpp \
../shared/debugutil.cpp
|