Chris@69: TEMPLATE = subdirs chris@85: chris@85: !win* { chris@85: # We should build and run the tests on any platform, chris@85: # but doing it automatically doesn't work so well from chris@85: # within an IDE on Windows, so remove that from here Chris@260: SUBDIRS += \ Chris@260: sub_test_svcore_base \ Chris@260: sub_test_svcore_data_fileio chris@85: } Chris@78: Chris@260: SUBDIRS += sub_runner Chris@260: Chris@260: sub_test_svcore_base.file = test-svcore-base.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: