diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-30 01:52:53 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-31 01:23:06 (GMT) |
commit | 13e3bbf2c46077f2b970bc6c0bc9850112b81cb7 (patch) | |
tree | ba25237dca433725568bf505c15451663c375379 /tests/auto/qguard/qguard.pro | |
parent | 1237ea8bac2f5fd055553b45eae296fd44abd3e8 (diff) | |
download | Qt-13e3bbf2c46077f2b970bc6c0bc9850112b81cb7.zip Qt-13e3bbf2c46077f2b970bc6c0bc9850112b81cb7.tar.gz Qt-13e3bbf2c46077f2b970bc6c0bc9850112b81cb7.tar.bz2 |
Autotest for QGuard
Reviewed-by: Andreas
Diffstat (limited to 'tests/auto/qguard/qguard.pro')
-rw-r--r-- | tests/auto/qguard/qguard.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qguard/qguard.pro b/tests/auto/qguard/qguard.pro new file mode 100644 index 0000000..f249dde --- /dev/null +++ b/tests/auto/qguard/qguard.pro @@ -0,0 +1,2 @@ +load(qttest_p4) +SOURCES += tst_qguard.cpp |