Timestamp:
Jul 24, 2011, 8:49:38 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Optimize/simplify the build process for shadow building.

File:
1 edited

Legend:

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

    r903 r904  
    1 DEPTH = ..
    2 include($$DEPTH/../common.pri)
    3 else:error("Cannot include $$DEPTH/../common.pri!")
     1DEPTH = ../..
     2include($$DEPTH/common.pri)
    43
    54QT = core gui
    6 CONFIG += console
    75
    8 SOURCES += process-async.cpp
     6SOURCES = process-async.cpp
Note: See TracChangeset for help on using the changeset viewer.