summaryrefslogtreecommitdiffstats
path: root/tests/manual/devices/devices.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/devices/devices.pro')
-rw-r--r--tests/manual/devices/devices.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/manual/devices/devices.pro b/tests/manual/devices/devices.pro
new file mode 100644
index 000000000..bbc5ecea8
--- /dev/null
+++ b/tests/manual/devices/devices.pro
@@ -0,0 +1,12 @@
+android|ios: error("This is a commandline tool that is not supported on mobile platforms")
+
+TEMPLATE = app
+TARGET = devices
+
+SOURCES = main.cpp
+
+QT += multimedia
+CONFIG += console
+
+target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/devices
+INSTALLS += target