summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/testapp/testapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/testapp/testapp.pro')
-rw-r--r--examples/wayland/custom-extension/testapp/testapp.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/wayland/custom-extension/testapp/testapp.pro b/examples/wayland/custom-extension/testapp/testapp.pro
new file mode 100644
index 000000000..062210e9a
--- /dev/null
+++ b/examples/wayland/custom-extension/testapp/testapp.pro
@@ -0,0 +1,6 @@
+SOURCES += main.cpp
+
+CONFIG += c++11
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/custom-extension/testapp
+INSTALLS += target