equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative gui network |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 HEADERS += ../shared/testhttpserver.h |
|
6 SOURCES += tst_qdeclarativefontloader.cpp ../shared/testhttpserver.cpp |
|
7 |
|
8 # Define SRCDIR equal to test's source directory |
|
9 symbian: { |
|
10 DEFINES += SRCDIR=\".\" |
|
11 importFiles.sources = data |
|
12 importFiles.path = |
|
13 DEPLOYMENT = importFiles |
|
14 } else { |
|
15 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
16 } |
|
17 |
|
18 CONFIG += parallel_test |
|
19 |