equal
deleted
inserted
replaced
5 SOURCES += tst_examples.cpp |
5 SOURCES += tst_examples.cpp |
6 |
6 |
7 include(../../../../tools/qml/qml.pri) |
7 include(../../../../tools/qml/qml.pri) |
8 |
8 |
9 symbian: { |
9 symbian: { |
10 DEFINES += SRCDIR=\".\" |
|
11 importFiles.sources = data |
10 importFiles.sources = data |
12 importFiles.path = |
11 importFiles.path = . |
13 DEPLOYMENT = importFiles |
12 DEPLOYMENT = importFiles |
14 } else { |
13 } else { |
15 DEFINES += SRCDIR=\\\"$$PWD\\\" |
14 DEFINES += SRCDIR=\\\"$$PWD\\\" |
16 } |
15 } |
17 |
16 |