Changeset 904 for tests/process
- Timestamp:
- Jul 24, 2011, 8:49:38 PM (14 years ago)
- Location:
- tests/process
- Files:
-
- 2 deleted
- 3 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 -
tests/process/process.pro
r903 r904 1 include(../common.pri)2 else:error("Cannot include ../common.pri!")3 4 1 TEMPLATE = subdirs 5 2 SUBDIRS = process-async test -
tests/process/test/test.pro
r205 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 = 6 CONFIG += console7 5 8 SOURCES += test.cpp6 SOURCES = test.cpp
Note:
See TracChangeset
for help on using the changeset viewer.