aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/sgengine/sgengine.pro
blob: c6507a4982e614c3fe1d8c72ed7854cea67a3959 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += quick

HEADERS += window.h
SOURCES += window.cpp main.cpp
RESOURCES += \
    sgengine.qrc \
    ../../shared/shared.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/sgengine
INSTALLS += target