| 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 |
|
3 SOURCES += tst_qdeclarativefocusscope.cpp |
|
4 macx:CONFIG -= app_bundle |
|
5 |
|
6 symbian: { |
|
7 DEFINES += SRCDIR=\".\" |
|
8 importFiles.sources = data |
|
9 importFiles.path = |
|
10 DEPLOYMENT = importFiles |
|
11 } else { |
|
12 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
13 } |
|
14 |