equal
deleted
inserted
replaced
1 load(qttest_p4) |
1 load(qttest_p4) |
2 SOURCES += ../tst_qfile.cpp |
2 SOURCES += ../tst_qfile.cpp |
3 |
3 |
4 wince*|symbian { |
4 wince*|symbian { |
5 QT = core gui |
5 QT = core gui |
6 files.sources += ..\dosfile.txt ..\noendofline.txt ..\testfile.txt \ |
6 files.sources += ..\\dosfile.txt ..\\noendofline.txt ..\\testfile.txt \ |
7 ..\testlog.txt ..\two.dots.file ..\tst_qfile.cpp \ |
7 ..\\testlog.txt ..\\two.dots.file ..\\tst_qfile.cpp \ |
8 ..\Makefile ..\forCopying.txt ..\forRenaming.txt |
8 ..\\Makefile ..\\forCopying.txt ..\\forRenaming.txt |
9 files.path = . |
9 files.path = . |
10 resour.sources += ..\resources\file1.ext1 |
10 resour.sources += ..\\resources\\file1.ext1 |
11 resour.path = resources |
11 resour.path = resources |
12 |
12 |
13 DEPLOYMENT = files resour |
13 DEPLOYMENT = files resour |
14 } |
14 } |
15 |
15 |