tests/auto/declarative/qdeclarativescriptdebugging/qdeclarativescriptdebugging.pro
equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative script |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 SOURCES += tst_qdeclarativescriptdebugging.cpp |
|
6 INCLUDEPATH += ../shared |
|
7 |
|
8 # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage |
|
9 # LIBS += -lgcov |
|
10 |
|
11 symbian: { |
|
12 importFiles.sources = data |
|
13 importFiles.path = . |
|
14 DEPLOYMENT = importFiles |
|
15 } else { |
|
16 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
17 } |
|
18 |
|
19 CONFIG += parallel_test |
|
20 |