diff options
Diffstat (limited to 'tests/auto/qpoint/qpoint.pro')
-rw-r--r-- | tests/auto/qpoint/qpoint.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qpoint/qpoint.pro b/tests/auto/qpoint/qpoint.pro new file mode 100644 index 0000000..8b006c2 --- /dev/null +++ b/tests/auto/qpoint/qpoint.pro @@ -0,0 +1,7 @@ +############################################################ +# Project file for autotest for file qpoint.h +############################################################ + +load(qttest_p4) +SOURCES += tst_qpoint.cpp +QT = core |