aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/fboitem/fboitem.pro
blob: 180c2288e29af1ecfc26a0396d65a905e2b8f48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
QT += qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = SceneGraphRendering
QML_IMPORT_MAJOR_VERSION = 1

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

INCLUDEPATH += ../shared
HEADERS += ../shared/logorenderer.h
SOURCES += ../shared/logorenderer.cpp

RESOURCES += fboitem.qrc

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

OTHER_FILES += \
    main.qml