summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument/qpdfdocument.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/pdf/qpdfdocument/qpdfdocument.pro')
-rw-r--r--tests/auto/pdf/qpdfdocument/qpdfdocument.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/pdf/qpdfdocument/qpdfdocument.pro b/tests/auto/pdf/qpdfdocument/qpdfdocument.pro
new file mode 100644
index 000000000..8382a25e3
--- /dev/null
+++ b/tests/auto/pdf/qpdfdocument/qpdfdocument.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_qpdfdocument
+QT += pdf printsupport testlib network
+macx:CONFIG -= app_bundle
+SOURCES += tst_qpdfdocument.cpp
+