| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| child 33 | 3e2da88830cd |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative gui network |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 SOURCES += tst_qdeclarativetextedit.cpp ../shared/testhttpserver.cpp |
|
6 HEADERS += ../shared/testhttpserver.h |
|
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 } |