diff options
Diffstat (limited to 'tests/auto/qshortcut/qshortcut.pro')
-rw-r--r-- | tests/auto/qshortcut/qshortcut.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qshortcut/qshortcut.pro b/tests/auto/qshortcut/qshortcut.pro new file mode 100644 index 0000000..61e24b5 --- /dev/null +++ b/tests/auto/qshortcut/qshortcut.pro @@ -0,0 +1,10 @@ +load(qttest_p4) + +# Project Configuration ---------------------------------------------- +INCLUDEPATH += ../ + +# Normal Test Files -------------------------------------------------- +HEADERS += +SOURCES += tst_qshortcut.cpp + + |