diff options
Diffstat (limited to 'tests/auto/rcc/rcc.pro')
-rw-r--r-- | tests/auto/rcc/rcc.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/rcc/rcc.pro b/tests/auto/rcc/rcc.pro new file mode 100644 index 0000000..d6a2083 --- /dev/null +++ b/tests/auto/rcc/rcc.pro @@ -0,0 +1,6 @@ +CONFIG += qttest_p4 + +TARGET = tst_rcc + +SOURCES += tst_rcc.cpp + |