To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vect.pro @ 108:debead5f6bf8
History | View | Annotate | Download (886 Bytes)
| 1 |
|
|---|---|
| 2 |
TEMPLATE = subdirs |
| 3 |
|
| 4 |
SUBDIRS += \ |
| 5 |
sub_base |
| 6 |
|
| 7 |
# We build the tests on every platform, though at the time of |
| 8 |
# writing they are only automatically run on non-Windows platforms |
| 9 |
# (because of the difficulty of getting them running nicely in the |
| 10 |
# IDE without causing great confusion if a test fails). |
| 11 |
SUBDIRS += \ |
| 12 |
sub_test_svcore_base \ |
| 13 |
sub_test_svcore_system \ |
| 14 |
sub_test_svcore_data_fileio \ |
| 15 |
sub_test_svcore_data_model |
| 16 |
|
| 17 |
SUBDIRS += \ |
| 18 |
checker \ |
| 19 |
sub_server \ |
| 20 |
sub_convert \ |
| 21 |
sub_vect |
| 22 |
|
| 23 |
sub_base.file = base.pro |
| 24 |
|
| 25 |
sub_test_svcore_base.file = test-svcore-base.pro |
| 26 |
sub_test_svcore_system.file = test-svcore-system.pro |
| 27 |
sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
| 28 |
sub_test_svcore_data_model.file = test-svcore-data-model.pro |
| 29 |
|
| 30 |
sub_server.file = server.pro |
| 31 |
sub_convert.file = convert.pro |
| 32 |
sub_vect.file = vectapp.pro |
| 33 |
|
| 34 |
CONFIG += ordered |