Last change
on this file since 568 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
326 bytes
|
Line | |
---|
1 | #! [0]
|
---|
2 | defineTest(allFiles) {
|
---|
3 | files = $$ARGS
|
---|
4 |
|
---|
5 | for(file, files) {
|
---|
6 | !exists($$file) {
|
---|
7 | return(false)
|
---|
8 | }
|
---|
9 | }
|
---|
10 | return(true)
|
---|
11 | }
|
---|
12 | #! [0]
|
---|
13 |
|
---|
14 | files = delegate.h model.h view.h
|
---|
15 |
|
---|
16 | allFiles($$files) {
|
---|
17 | message(All files are present: $$files)
|
---|
18 | } else {
|
---|
19 | message(Not all files are present: $$files)
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.