diff options
author | Bill King <bill.king@nokia.com> | 2010-07-06 14:37:45 +1000 |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2010-07-06 14:37:45 +1000 |
commit | c9710052bb3dbad93fdf5e030395f4d9f7f7fb7a (patch) | |
tree | dcb38daadc8b567fdcb3b62ce7902dc4472d26ea /qtcreator.pro | |
parent | 2ee75bac8cea88054a24080868364724fdf36ceb (diff) | |
download | qt-creator-c9710052bb3dbad93fdf5e030395f4d9f7f7fb7a.tar.gz |
Fix autotests so that they're compiling again.
Diffstat (limited to 'qtcreator.pro')
-rw-r--r-- | qtcreator.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.pro b/qtcreator.pro index d6ee82b50b..e3aeb6950d 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -11,3 +11,4 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS = src share +WITH_TESTS:SUBDIRS += tests |