summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/shaders/import/import.pro
blob: af51461f6a17a3e4e5fa9d41707259ed61ae3d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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