summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/examples.pri
blob: 1f58b0f02beff6f7af3748cdaede0f489e93ff6d (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

include(./examples-common/examples-common.pri)

#INCLUDEPATH += $$PWD/common
#SOURCES += $$PWD/common/window.cpp
#HEADERS += $$PWD/common/window.h

target.path = $$[QT_INSTALL_EXAMPLES]/qt3d/$$TARGET
INSTALLS += target