summaryrefslogtreecommitdiffstats
path: root/src/imports/shaders/shaders.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shaders/shaders.pro')
-rw-r--r--src/imports/shaders/shaders.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/shaders/shaders.pro b/src/imports/shaders/shaders.pro
index 64d965c7..efe5f24b 100644
--- a/src/imports/shaders/shaders.pro
+++ b/src/imports/shaders/shaders.pro
@@ -1,6 +1,6 @@
+CXX_MODULE = declarative
TARGET = qmlshadersplugin
TARGETPATH = Qt/labs/shaders
-include(../qimportbase.pri)
QT += declarative widgets opengl
@@ -23,10 +23,4 @@ HEADERS += \
OTHER_FILES += shaders.json
-DESTDIR = $$QT.declarative.imports/$$TARGETPATH
-target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-qmldir.files += $$PWD/qmldir
-qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
-
-INSTALLS += target qmldir
+load(qml1_plugin)