Ignore:
Timestamp:
Jul 31, 2011, 10:16:23 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Made it build on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/process-sync/process-sync.pro

    r914 r920  
    1 DEPTH = ../..
    2 include($$DEPTH/common.pri)
    3 
    4 DESTDIR = ..
     1DEPTH = ..
     2include(../$$DEPTH/common.pri)
    53
    64QT = core
     
    86SOURCES = process-sync.cpp
    97
    10 FILES = process-sync-test.cmd process-sync-helper.cmd
     8os2 {
     9    FILES = process-sync-test.cmd process-sync-helper.cmd
    1110
    12 bigfile.target = $$DESTDIR/bigfile.txt
    13 os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
    14 
    15 QMAKE_EXTRA_TARGETS += bigfile sleep
    16 POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
     11bigfile.target = $$DESTDIR/bigfile.txt
     12bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
     13    QMAKE_EXTRA_TARGETS += bigfile
     14    POST_TARGETDEPS = $${bigfile.target}
     15}
Note: See TracChangeset for help on using the changeset viewer.