summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets/pdfwidgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdfwidgets/pdfwidgets.pro')
-rw-r--r--src/pdfwidgets/pdfwidgets.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pdfwidgets/pdfwidgets.pro b/src/pdfwidgets/pdfwidgets.pro
deleted file mode 100644
index 17772b886..000000000
--- a/src/pdfwidgets/pdfwidgets.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGET = QtPdfWidgets
-QT = core gui widgets widgets-private pdf
-
-SOURCES += \
- qpdfview.cpp
-
-HEADERS += \
- qpdfview.h \
- qpdfview_p.h \
- qtpdfwidgetsglobal.h
-
-include($${OUT_PWD}/../pdf/$$getConfigDir()/QtPdf_static_dep.pri)
-load(qt_module)