aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/quickplayer/quickplayer.pro
blob: f7474f745cfdfcc57981b71c3dcfeb47a0b25814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = quickplayer

QT += quick

SOURCES = \
    main.cpp

OTHER_FILES += \
    qml/main.qml

RESOURCES += \
    quickplayer.qrc

RC_ICONS = images/quickplayer.ico

target.path = $$[QT_INSTALL_EXAMPLES]/winextras/quickplayer
INSTALLS += target