equal
deleted
inserted
replaced
|
1 TEMPLATE=app |
|
2 CONFIG -= debug_and_release_target |
|
3 TARGET=foo |
|
4 HEADERS=test_file.h |
|
5 SOURCES=\ |
|
6 test_file.cpp\ |
|
7 main.cpp |
|
8 |
|
9 target.path=dist |
|
10 INSTALLS+=target |
|
11 |
|
12 test.files=test.txt foo.bar |
|
13 test.path=dist |
|
14 INSTALLS+=test |
|
15 |
|
16 |
|
17 |