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.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/shaders/shaders.pro b/src/imports/shaders/shaders.pro
index ae9cb8b1..16e8e536 100644
--- a/src/imports/shaders/shaders.pro
+++ b/src/imports/shaders/shaders.pro
@@ -1,8 +1,8 @@
TARGET = qmlshadersplugin
-TARGETPATH = QtQuick1/Qt/labs/shaders
+TARGETPATH = QtDeclarative/Qt/labs/shaders
include(../qimportbase.pri)
-QT += quick1 widgets opengl
+QT += declarative widgets opengl
SOURCES += \
qmlshadersplugin_plugin.cpp \
@@ -23,7 +23,7 @@ HEADERS += \
OTHER_FILES += shaders.json
-DESTDIR = $$QT.quick1.imports/$$TARGETPATH
+DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
qmldir.files += $$PWD/qmldir