Chris@69: TEMPLATE = subdirs chris@85: Chris@328: SUBDIRS += \ Chris@328: sub_base Chris@328: Chris@290: # We build the tests on every platform, though at the time of Chris@290: # writing they are only automatically run on non-Windows platforms Chris@290: # (because of the difficulty of getting them running nicely in the Chris@290: # IDE without causing great confusion if a test fails). Chris@290: SUBDIRS += \ Chris@290: sub_test_svcore_base \ Chris@328: sub_test_svcore_system \ Chris@260: sub_test_svcore_data_fileio Chris@78: Chris@260: SUBDIRS += sub_runner Chris@260: Chris@328: sub_base.file = base.pro Chris@328: Chris@260: sub_test_svcore_base.file = test-svcore-base.pro Chris@328: sub_test_svcore_system.file = test-svcore-system.pro Chris@260: sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro Chris@69: Chris@69: sub_runner.file = runner.pro Chris@260: Chris@262: CONFIG += ordered Chris@260: