blob: c6507a4982e614c3fe1d8c72ed7854cea67a3959 [file] [log] [blame]
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