Changeset 904 for tests/process/test/test.pro
- Timestamp:
- Jul 24, 2011, 8:49:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.