summaryrefslogtreecommitdiffstats
path: root/tests/manual/devices/devices.pro
blob: bbc5ecea8863d33b3d7ac2e151ad8d8d12f218ba (plain)
1
2
3
4
5
6
7
8
9
10
11
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