summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/shaders/import/import.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere/demos/shaders/import/import.pro')
-rw-r--r--basicsuite/qt5-everywhere/demos/shaders/import/import.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/basicsuite/qt5-everywhere/demos/shaders/import/import.pro b/basicsuite/qt5-everywhere/demos/shaders/import/import.pro
deleted file mode 100644
index af51461..0000000
--- a/basicsuite/qt5-everywhere/demos/shaders/import/import.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-
-TARGET = shaderreader
-
-QT += qml quick
-
-SOURCES = main.cpp \
- shaderfilereader.cpp \
-
-HEADERS = shaderfilereader.h \
-
-pluginfiles.files += \
- qmldir \
-
-B2QT_DEPLOYPATH = /data/user/qt/qmlplugins/ShaderReader
-target.path += $$B2QT_DEPLOYPATH
-pluginfiles.path += $$B2QT_DEPLOYPATH
-
-INSTALLS += target pluginfiles