Changeset 328 for tests/common.pri
- Timestamp:
- Nov 19, 2009, 1:05:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r310 r328 28 28 QMAKE_EXTRA_TARGETS += debug-run release-run 29 29 } else { 30 isEmpty(RUN_SHELL):RUN_SHELL = $(RUN_SHELL) 31 isEmpty(RUN_ARGS):RUN_ARGS = $(RUN_ARGS) 30 32 run.target = run 31 run.commands = $ (DESTDIR_TARGET) $$RUN_ARGS33 run.commands = $$RUN_SHELL $(DESTDIR_TARGET) $$RUN_ARGS 32 34 run.depends = $(DESTDIR_TARGET) 33 35 QMAKE_EXTRA_TARGETS += run
Note:
See TracChangeset
for help on using the changeset viewer.