summaryrefslogtreecommitdiff
path: root/examples/multimedia/devices/devices.pro
blob: a03166ca450e6e06d1f5bd8a568ac1822e0a83c4 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = devices

SOURCES = main.cpp

QT += multimedia
CONFIG += console

target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/devices
INSTALLS += target