summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/examples.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/examples.pri')
-rw-r--r--examples/qt3d/examples.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qt3d/examples.pri b/examples/qt3d/examples.pri
index 6e2f67dcc..5f67884c0 100644
--- a/examples/qt3d/examples.pri
+++ b/examples/qt3d/examples.pri
@@ -1,4 +1,8 @@
TEMPLATE = app
+INCLUDEPATH += $$PWD/common
+SOURCES += $$PWD/common/window.cpp
+HEADERS += $$PWD/common/window.h
+
target.path = $$[QT_INSTALL_EXAMPLES]/qt3d/$$TARGET
INSTALLS += target