equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += network declarative |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 HEADERS += ../shared/debugutil_p.h |
|
6 SOURCES += tst_qdeclarativedebugservice.cpp \ |
|
7 ../shared/debugutil.cpp |
|
8 |
|
9 CONFIG += parallel_test |
|
10 |