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, 31 insertions, 0 deletions
diff --git a/src/imports/pathitem/pathitem.pro b/src/imports/pathitem/pathitem.pro
new file mode 100644
index 0000000000..d70bb6f203
--- /dev/null
+++ b/src/imports/pathitem/pathitem.pro
@@ -0,0 +1,31 @@
+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)