aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/pathitem/pathitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/pathitem/pathitem.pro')
-rw-r--r--src/imports/pathitem/pathitem.pro31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/imports/pathitem/pathitem.pro b/src/imports/pathitem/pathitem.pro
deleted file mode 100644
index d70bb6f203..0000000000
--- a/src/imports/pathitem/pathitem.pro
+++ /dev/null
@@ -1,31 +0,0 @@
-CXX_MODULE = qml
-TARGET = qmlpathitemplugin
-TARGETPATH = Qt/labs/pathitem
-IMPORT_VERSION = 1.0
-
-QT = core gui qml quick quick-private
-
-HEADERS += \
- qquickpathitem_p.h \
- qquickpathitem_p_p.h \
- qquickpathitemgenericrenderer_p.h \
- qquickpathitemsoftwarerenderer_p.h
-
-SOURCES += \
- plugin.cpp \
- qquickpathitem.cpp \
- qquickpathitemgenericrenderer.cpp \
- qquickpathitemsoftwarerenderer.cpp
-
-qtConfig(opengl) {
- HEADERS += \
- qquicknvprfunctions_p.h \
- qquicknvprfunctions_p_p.h \
- qquickpathitemnvprrenderer_p.h
-
- SOURCES += \
- qquicknvprfunctions.cpp \
- qquickpathitemnvprrenderer.cpp
-}
-
-load(qml_plugin)