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

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

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

RESOURCES += textureinthread.qrc

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

OTHER_FILES += \
    main.qml