diff options
Diffstat (limited to 'tests/auto/q3frame/q3frame.pro')
-rw-r--r-- | tests/auto/q3frame/q3frame.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/q3frame/q3frame.pro b/tests/auto/q3frame/q3frame.pro new file mode 100644 index 0000000..7f0d24f --- /dev/null +++ b/tests/auto/q3frame/q3frame.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +QT += qt3support + +SOURCES += tst_q3frame.cpp |