Changeset 904 for tests/process/process-async/process-async.pro
- Timestamp:
- Jul 24, 2011, 8:49:38 PM (14 years ago)
- 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!") 1 DEPTH = ../.. 2 include($$DEPTH/common.pri) 4 3 5 4 QT = core gui 6 CONFIG += console7 5 8 SOURCES += process-async.cpp6 SOURCES = process-async.cpp
Note:
See TracChangeset
for help on using the changeset viewer.