aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/custommaterial/custommaterial.pro
blob: 46a1a6603c4235d502ae72816a2f2da13001b44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = ExampleCustomMaterial
QML_IMPORT_MAJOR_VERSION = 1

HEADERS += customitem.h
SOURCES += customitem.cpp main.cpp

RESOURCES += custommaterial.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/custommaterial
INSTALLS += target

OTHER_FILES += \
    main.qml