diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-18 06:24:58 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-18 06:24:58 (GMT) |
commit | e5c386c39065c640b938b33994af28a6589e4523 (patch) | |
tree | 37bb1eabbfc5065ce2e05568bb75f791d5526af4 | |
parent | 015ea6d3e6caeaac16b42dfe0e396d7f4e5f1f03 (diff) | |
download | Qt-e5c386c39065c640b938b33994af28a6589e4523.zip Qt-e5c386c39065c640b938b33994af28a6589e4523.tar.gz Qt-e5c386c39065c640b938b33994af28a6589e4523.tar.bz2 |
Build and run QElapsedTimer test.
-rw-r--r-- | tests/auto/corelib.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib.pro b/tests/auto/corelib.pro index c08e372..259be4c 100644 --- a/tests/auto/corelib.pro +++ b/tests/auto/corelib.pro @@ -24,6 +24,7 @@ SUBDIRS=\ qdebug \ qdiriterator \ qeasingcurve \ + qelapsedtimer \ qevent \ qexplicitlyshareddatapointer \ qfileinfo \ |