aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/mirroring/mirroring.pro
blob: 8086c1661b8500e46136f092b281afee9accb119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = mirroring
QT += quick

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    mirroring.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/mirroring
INSTALLS += target