changeset 30 | 5dc02b23752f |
child 33 | 3e2da88830cd |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative gui |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 SOURCES += tst_qdeclarativelayoutitem.cpp |
|
6 |
|
7 # Define SRCDIR equal to test's source directory |
|
8 symbian: { |
|
9 DEFINES += SRCDIR=\".\" |
|
10 importFiles.sources = data |
|
11 importFiles.path = |
|
12 DEPLOYMENT = importFiles |
|
13 } else { |
|
14 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
15 } |