load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative network macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativeecmascript.cpp \ testtypes.cpp \ ../shared/testhttpserver.cpp HEADERS += testtypes.h \ ../shared/testhttpserver.h INCLUDEPATH += ../shared # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage # LIBS += -lgcov symbian: { importFiles.files = data importFiles.path = . DEPLOYMENT += importFiles } else { DEFINES += SRCDIR=\\\"$$PWD\\\" } CONFIG += parallel_test QT += core-private gui-private declarative-private