| Last change
 on this file since 927 was             926, checked in by Dmitry A. Kuminov, 14 years ago | 
        
          | 
tests/process: Use OTHER_FILES for extra project files.
 
Qt Creator uses this for tracking arbitrary files in the project.
 | 
        
          | 
              
Property                 svn:eol-style
 set to                 native | 
        
          | File size:
            388 bytes | 
      
      
| Line |  | 
|---|
| 1 | DEPTH = .. | 
|---|
| 2 | include(../$$DEPTH/common.pri) | 
|---|
| 3 |  | 
|---|
| 4 | QT = core | 
|---|
| 5 |  | 
|---|
| 6 | SOURCES = process-sync.cpp | 
|---|
| 7 |  | 
|---|
| 8 | os2 { | 
|---|
| 9 | FILES = process-sync-test.cmd process-sync-helper.cmd | 
|---|
| 10 |  | 
|---|
| 11 | bigfile.target = $$DESTDIR/bigfile.txt | 
|---|
| 12 | bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target} | 
|---|
| 13 | QMAKE_EXTRA_TARGETS += bigfile | 
|---|
| 14 | POST_TARGETDEPS = $${bigfile.target} | 
|---|
| 15 | } | 
|---|
| 16 |  | 
|---|
| 17 | OTHER_FILES += $$FILES | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.