diff options
Diffstat (limited to 'tests/auto/qtimer/qtimer.pro')
-rw-r--r-- | tests/auto/qtimer/qtimer.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qtimer/qtimer.pro b/tests/auto/qtimer/qtimer.pro new file mode 100644 index 0000000..a16035f --- /dev/null +++ b/tests/auto/qtimer/qtimer.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +QT = core +SOURCES += tst_qtimer.cpp + + |