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